Image Mouseover Effect

  • Author
    Posts
  • #50819

    Hi,

    I’ve noticed that images highlight when I mouseover them. This suggests that the image is a link to something, but that is not the case. The images have no border and are not linked to anything. I’ve tried looking through the Nirvana settings (Cryout Serious Theme Settings) and I haven’t found anything that would change this behavior.

    Is there a way to remove this “highlight” look when moving the mouse over an image? Possibly some custom CSS?

    #51204
    Zed
    Cryout Creations mastermind

    That is possible with CSS:

    #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.
    #51222

    I’ve implemented the custom CSS you suggested and it works perfectly.

    Thank you very much for your help! 🙂

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

The topic ‘Image Mouseover Effect’ is closed to new replies.