my client wishes to completely remove all overlay/arrow effects on all images on the site. see the link below.
any way to do this? i have one working now for the slider, but they want ALL image links sitewide to no longer have this effect.
thanks in advance!
Hey charger70!
Please try the following in Quick CSS under Enfold–>General Styling:
.image-overlay {
visibility: hidden;
}
Cheers!
Rikard
hi rikard – this did not work. there are still image overlays showing. any other ideas?
Hi!
Please try this:
.image-overlay {
display: none !important;
}
Remove browser cache then reload the page.
Regards,
Ismael
thank you, ismael!!! that worked perfectly!!! i appreciate your help!