Tagged: media
Hi there,
I would like to get rid fo the blue arrow circle icon and opacity that happens to media when one hovers on them… How do I do that?
I am using the Final Tiles Grid Gallery plugin as well.
Hey hianta!
Thank you for visiting Kriesi’s support forum.
Please use this on Quick CSS or custom.css:
.image-overlay {
display: none !important;
}
Cheers!
Ismael
A belated thank you, Ismael.