Tagged: overlay
Hello,
Please check: http://www.glampingencampingbeurs.nl/wp/
I want to remove the white transparent overlay and icon when hovering over the image. How can I do this?
Thanks for your answer!
Martine
Hey famewebdesign!
Add this to your custom CSS.
.image_overlay { display: none !important; }
Regards,
Elliott
Thanks Elliott!
Did so: added .image_overlay { display: none !important; } to CSS but overlay is still there?
http://www.glampingencampingbeurs.nl/wp/
Hi!
Please try adding the below css in your custom css section:
#top .main_color .image-overlay {
display: none !important;
}
Do bear in mind this will affect the overlay on other pages and not just the homepage.
Cheers!
Dake
Yes, that works! Thanks Dake!
Hi!
You’re welcome, glad we could help :)
Please let us know if you ever need help in the future.
Regards,
Dake