I notice that some images that I have linked to pages on my site do not have the hover effect of the arrow inside the colored circle. Other image do show this hover effect. How can I make sure that none of my linked images have this effect?
Thank You.
Hey!
Add this code to the Quick CSS:
.overlay-type-extern{
display: none;
}
Cheers!
Josue
After adding it to the Quick CSS the hover effect still remains.
Hi,
Flush your cache, please post the link to your website.
Regards,
Josue
I have flushed the cache still no change. The only area where the hover is appearing for linked images is on this page:
Hi!
Add the !important rule:
.overlay-type-extern{
display: none !important;
}
Cheers!
Josue
Perfect! Thank you very much.
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue
Hi – is there anyway to change the arrow graphic to something else? or possibly just leave the overall faded effect and turn-off the rotating arrow?