Home Forums Jevelin Theme Need to change several style settings for my blog Reply To: Need to change several style settings for my blog

Home Forums Jevelin Theme Need to change several style settings for my blog Reply To: Need to change several style settings for my blog

Solution for this topic

Hi @austind,

 

I hope you are well today and thank you for your questions.

 

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

body.blog .post-meta-thumb:hover .sh-overlay-style1 {
    opacity: 0;
}

body.blog .post-meta-thumb:hover img {
    transform: none;
    -webkit-transform: none;
}

body.blog .masonry-shadow .post-item:hover .post-container {
    box-shadow: none;
    bottom: 0;
}

.search-form.sh-sidebar-search-active .search-field:hover, 
.search-form.sh-sidebar-search-active .search-field:focus {
    border-color: #ddd!important;
    background-color: #fff!important;
}

div#breadcrumbs {
    float: left;
}

 

Best regards,
Shufflehound team