Tagged: Appearance
Hi,
When my cursor is on the image-previews of my post, in my homepage, this icons appear (see attachments).
I’d like to remove the icon, but maybe to keep the “fading/less opacity!” effect.
Is it possible?
—
the blog styling is “default(business)”
Hey Mirco_Greselin,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.image-overlay-inside {
visibility: hidden;
}
Best regards,
Vinay
Works like a charm!
Thanks :)