Although I really like the effect, it’s actually now conflicting with a plug in which has it’s own mouseover effect, so that I have 2 effects active. Is there a way I can remove the Enfold mouseover effect using quick CSS? Thanks
Hey!
Try adding this code to the Quick CSS:
.image-overlay{
display: none !important;
}
Cheers!
Josue
Thanks Josue! That did the job.