Tagged: image overlay
Hi,
I want to disable the image overlay on a specific image.
I alrready activated custom classes for elements.
But:
.class-of-image .image-overlay {display:none !important;}
does not work.
Any suggestions?
Hi hotspot!
Thank you for using Enfold.
Try using this:
.class-of-image > .image-overlay{display:none !important;}
Best regards,
Ismael
Hey,
I have the same problem / question.
So if the specific image has the class=”no_overlay” the css code would be:
.no_overlay > .image-overlay{display:none !important;}
?
I’m asking because it doesn’t work for me…
Link to site below.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#text-4 .image-overlay { display: none!important; }
Cheers!
Yigit
Ah I see..
Great, thank you very much. Works perfect!