Archived topic
Branded Theme - Disable image hover color change
1 reply · Started by Yudhistra on March 25, 2019
Viewing posts 1–2 of 2
Hello,
Could you tell how do I disable the black and white color change on image hover on blog archives?
Thanks
Hi there,
Remove this CSS from the Additional CSS field in the customizer:
/* SPECIAL EFFECTS */
/* Photo contrast hover effect */
.post .post-image:hover img,
.wp-show-posts img:hover,
a:hover .fl-post-gallery-img {
-webkit-filter: contrast(125%) saturate(0);
filter: contrast(125%) saturate(0);
transition: .3s ease-in-out;
}
Let me know :)
This archived topic is closed to new replies.