Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #320556

    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?

    #320878

    Hi hotspot!

    Thank you for using Enfold.

    Try using this:

    .class-of-image > .image-overlay{display:none !important;}
    

    Best regards,
    Ismael

    #323881

    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.

    #323883
    This reply has been marked as private.
    #323891

    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

    #323907

    Ah I see..
    Great, thank you very much. Works perfect!

    #323913

    Hey!

    You are welcome, glad we could help! We will keep the thread open for OP

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.