• Resolved webblish

    (@webblish)


    Hi, I really love this theme but I don’t like the color change of the images and excerpts while hovering, since I’ve got some images with a white background. How can I remove this effect on both archives and single posts? I just want them to be ‘normal’.

    • This topic was modified 7 years, 2 months ago by webblish.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    You can use the following CSS to turn that off:

    .entry .featured-image:after {
      display: none;
    }
    .excerpt {
      opacity: 1;
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter webblish

    (@webblish)

    Works like a charm! Many thanks for a really great theme and your swift support!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, happy to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove hover images’ is closed to new replies.