Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #451638

    I need to remove the image overlay on a single image which is in the footer area. How can i do this?

    Regards Simon

    #452176

    Hey simonac!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    #footer .image-overlay { 
         display: none !important; 
    }

    Cheers!
    Ismael

    #452401

    Works! Thanks Ismael.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove image overlay on single image in footer’ is closed to new replies.