Hi,
How can I stop the overlay from showing up when I mouseover the images on my posts?
I thought the code was …
#top.single-tribe_events .avia-post-nav {
display: none !important;
}
Thanks.
Hey wackyadventurer!
Please use following one instead
.image-overlay { display: none !important; }
Best regards,
Yigit
Perfect!