First image only (first of 3) has hover behavior, even though the setting for hover behavior is ‘no’. Have taken the image out and reloaded it numerous without any change to it’s behavior. No link is associated with it. Please advise how to remove the hover behavior.
Thanks!
Hi damatia!
Please try the following in Quick CSS under Enfold–>General Styling:
.image-overlay {
visibility: hidden;
}
If that doesn’t work then please send us a link to the page in question and we’ll have a closer look.
Regards,
Rikard
Hey!
Please try the following instead:
.av-image-caption-overlay {
visibility: hidden !important;
}
Regards,
Rikard
Thank you very much. That took care of the behavior!
Regards