Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1256654

    Hey there
    how can I get rid of this overlay effect? I have tried disable “Linked Image Overlay” in advanced settings plus I tried this code:

    .image-overlay .image-overlay-inside::before {
    background: none;
    }

    none of them worked for me. can you help?
    appreciate your support a lot! cheers from switzerland

    #1256923

    Hey mirotck,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top a:hover .image-overlay,
    #top a:hover .image-overlay .image-overlay-inside:before {
        display: none !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1256991

    Thank you Victoria for the code, put it in both quick css and custom.css file but no change.
    any suggestion?

    a attached the login details if you want to have a look at the backend.

    thanks a lot

    #1257150

    Hi mirotck,

    I added the code for you. Please check.

    Best regards,
    Victoria

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