Hi!
How to remove (or change) the default icon theme enfold rollover images that contain links?
Furthermore, each imported image created a linked file, how can I remove this default setting. I do not want to link my images except when I ask manually.
Best regards,
Bubarama
Hey Bubarama!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
and also see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Yigit
Hi Yigit!
Thank you for your reply.
It works. However, I would also remove the link that opens the “main image” in a lightbox on my blog.
Thank you in advance for your help.
Best regards,
Bubarama
Hey!
Please add following code to Quick CSS as well
.single .big-preview.single-big {
pointer-events: none;
}
Regards,
Yigit
Hi Yigit.
It works !
Thanks
Bubarama