Disable Hover Effect on Images

  • Author
    Posts
  • #27724
    Sova

    Hello,
    When I upload images onto my pages the produce a hover effect when the mouse goes over them which distorts the quality of the image and is very unappealing to the eye.
    How do/can I disable/stop this?
    Thank you

    #27890
    Alan Q

    Hi,
    Same question from me. Even static images with no link have the hover effect -which suggests they link to something when they don’t.
    Thanks
    Alan

    #28091
    Maaike W

    I copied this in my custom CSS:

    element {
    }
    #content img.alignleft:hover, #content img.alignright:hover, #content img.aligncenter:hover, #content img.alignnone:hover, #content .wp-caption img:hover {
    opacity: unset;
    }

    It did stop the effect on my pages!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Disable Hover Effect on Images’ is closed to new replies.