Hello,
On my main page http://bodytalkcare.com/
I have linked the images to a page.
How can we remove the green circle with the white arrow when the cursor hovers over it?
Thank you
Hey Nathan!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css">
.avia-slideshow .image-overlay { display: none !important; }
</style>
Cheers!
Elliott
That doesn’t work…. any other ideas? Enfold 4.63, WP 5.2.3
Here what works – https://kriesi.at/support/topic/turn-off-arrow-on-linked-image-rollover/
Thanks