Tagged: image rollover
HI
I am trying to disable all the image rollovers (transparency) on this site:
http://www.thisistouch.com/testing
is there a code for the whole thing?
I tried:
.image-overlay { display: none!important; }
but that did not work.
thanks for your help once again!
Hey Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
img:hover {
opacity: 1 !important;
}
I guess you have added a custom CSS code to image hover states to decrease their opacity to 0.5, that is causing the issue.
Regards,
Yigit
thanks!