I think this might be the same problem as this thread: https://kriesi.at/support/topic/disable-image-rollover-2/
But I’m trying to remove the transparent white overlay that appears when you mouse over certain images from the entire site, I tried the code in that topic but it didn’t work.
Hey SSWD!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
If that does not work, please post the link to your website and point out the element you would like to remove
Regards,
Yigit
It worked, thank you very much!