[Resolved] Branded Theme – Disable image hover color change

Home Forums Support [Resolved] Branded Theme – Disable image hover color change

Home Forums Support Branded Theme – Disable image hover color change

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #849618
    Yudhistra

    Hello,

    Could you tell how do I disable the black and white color change on image hover on blog archives?

    Thanks

    #849633
    Leo
    Staff
    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.