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
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
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
Hi mirotck,
I added the code for you. Please check.
Best regards,
Victoria