Hey guys,
I’m using the Enfold theme with the “Justified Image Grid”. Everything works except for the fact that enfold has the style “.image-overlay” which places the circle over my images (in case they are links). I found out how to change the different parts of that style with entering an overwrite in the quick-css (e.g. .image-overlay{background : 0;}) to remove the background. But is there a chance to remove the whole style for “Justified Image Grid”?
I would also prefer not to edit the base.css.
Any idea?
Thanks in advance
quicky
Hey!
Try adding this code to the Quick CSS:
.image-overlay{ display: none !important; }
Cheers!
Josue
Hey Josue,
you rock! It works :-)
Thanks a lot!
quicky
You are welcome, glad to help :)
Regards,
Josue