• Unless the cursor is hovering over an image, it appears slightly out of focus and opaque. I’d like the images to appear just as bright and clear as they are when I upload them… all the time!

    I imagine that there are things I can remove from the parent theme’s style sheet that will stop this hover behavior, but what can I add to my child style sheet to do the same?

    My site: http://www.mesaverdegardens.org/

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Theme Author Justin Tadlock

    (@greenshady)

    Drop this line of code in your child theme’s stylesheet. It will change this for you.

    a img { opacity: 1; }

    If you need further help with the theme, I encourage you to check out our professional support forums at Theme Hybrid.

Viewing 1 replies (of 1 total)
  • The topic ‘Stop image focus & opacity hover behavior’ is closed to new replies.