I would like to turn off the effect on images that are linked. This is a problem for banner ads that get that effect or is there a way to turn that effect off in the href itself so that the theme does not override it
Hi,
You can add this on your custom.css or Quick CSS.
.image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Ismael
ok so no way to add something to the img or href tag?
Its either all off or all on?
Hi Monsoon,
Yes at the moment its an all or nothing change unless you targetted the individual images. I’ll put it on our ever growing list of things to look at as options however :)
Regards,
Devin