I need to remove the image overlay on a single image which is in the footer area. How can i do this?
Regards Simon
Hey simonac!
Thank you for using Enfold.
Add this in the Quick CSS field:
#footer .image-overlay {
display: none !important;
}
Cheers!
Ismael
Works! Thanks Ismael.