I’m trying to globally switch off the image hover options for my whole site but nothing seems to be having an effect.
I’m using the enfold child theme. Site is http://www.athousandunfinishedprojects.com
Have tried adding : .image-overlay.overlay-type-extern {
display: none !important;
}
to the quick.css or the custom.css but neither has an effect. Even tried deleting the .image-overlay lines from the parent base.css but nothing seems to stop the hover.
Any suggestions would be gratefully received.
Thanks
Rich
I’ve worked it out. Commenting out lines 2652 – 2656 from layout.css in the parent theme does what I wanted.
Rich