Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22607

    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

    #116381

    Hi,

    You can add this on your custom.css or Quick CSS.

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Regards,

    Ismael

    #116382

    ok so no way to add something to the img or href tag?

    Its either all off or all on?

    #116383

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Turning off bouncing circle image for certain images hrefs’ is closed to new replies.