Hi,
I have multiple images in my website. They are links. I want to remove all the overlays.
When there are 5 images next to each other there is no overlay. Good.
But then their are 4 or less images there is and overlay with a arrow. Not as I want it.
Can you help me with disabling the overlay?
Hey Linden_Mobile!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Regards,
Yigit
Thank you!