Hi guys,
How do I disable the hover effect on linked images?
I have already tried adding this code to the quick css: .image-overlay { display: none !important; }
but it hasn’t solved the issue.
Please advise me on what I can do.
website linked below.
Hey mlangereis,
Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay”
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for the response. I made the adjustments that you recommended but they don’t seem to have worked.
Have a look for yourself and check back. I have included a screenshot of the advanced styling section.
Hi,
Try adding the following to quick css instead. I tried it in the browser and it worked:
.image-overlay {
display: none !important;
opacity: 0 !important;
}
Best regards,
Jordan Shannon
Hi!
Enfold theme options > Advanced Styling and edit “Linked Image Overlay”
With that function I could remove the overlay (thanks :) ) but there is still an icon remaining, see image. Do you know how to remove it ? i can’t identify it.
Thanks ! :)
Hi,
What page are you seeing that specific photo you pasted?
Best regards,
Jordan Shannon