• Resolved anonymized-7517021

    (@anonymized-7517021)


    I want to disable the image hover zoom effect of images/thumbnails in blog feed and on static pages (only disabled on single posts by default).

    I also noted that images/thumbnails on statistic pages becomes a link, how do I disable it?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anonymized-7517021

    (@anonymized-7517021)

    Solved it myself:

    .featured-media a:hover img {
        transform: none;
        opacity: 1;
    }

    Now I just need to know how to remove the page link from images/thumbnails in page.php. Anyone who knows?

    futureesther

    (@futureesther)

    Thank you so much for posting this. I had asked last month about this but no reply! Really appreciate it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Disable image hover zoom effect’ is closed to new replies.