How can I stop the white box from showing on hover and white rectangle above image on hover? here is the site I’m working on:
http://50.87.248.111/~pilatfb0/ you can see this behavior with the three large orange circle icons in the footer.
I tried this, but it didn’t work for me
.overlay-type-extern{
display: none;
}
Hey gharding!
Please add following code to Quick CSS
.image-overlay { display: none !important; }
Best regards,
Yigit
yes, that worked, thanks!
g