Home › Forums › Support › Branded Theme – Disable image hover color change This topic has 1 reply, 2 voices, and was last updated 4 years ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 25, 2019 at 1:33 pm #849618 Yudhistra Hello, Could you tell how do I disable the black and white color change on image hover on blog archives? Thanks GP Premium 1.7.8 March 25, 2019 at 1:59 pm #849633 LeoStaff Customer Support 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 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In