Hi guys,
Losing my mind on this one!
Can I remove the hover-over feature on images with captions, so that they do nothing at all when you hover over them? Link to example page in the private content box.
Thanks guys!
Hey russavery,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-image-container.avia-align-center {
pointer-events: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria – that has worked a treat! Thank you so much, please feel free to mark as resolved. :-)