Disable Hover Effect on Images

  • Author
    Posts
  • #35702
    Anna

    Hi!
    When I upload images onto my pages it produces a hover effect when the mouse goes over them.
    How do/can I disable/stop this?

    I’ve tried removing the link url and pasted the following code:

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

    using “simple custom css” app but it does not do anything for me.
    Any suggestions?

    Thank you

    #35959
    Zed
    Cryout Creations mastermind

    Try

    #pp-afterslider img.alignleft:hover, #pp-afterslider img.alignright:hover, 
    #pp-afterslider img.aligncenter:hover, #pp-afterslider img.alignnone:hover, 
    #content img.alignleft:hover, #content img.alignright:hover, #content img.aligncenter:hover, 
    #content img.alignnone:hover, #content .wp-caption img:hover { 
          opacity: 0.99; }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

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