Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #284921

    Hi

    I’m trying to get rid of the overlay on the second image link but the first image doesn’t have one even though they have the same shortcode. Can you please check? Thanks a lot!

    #284964

    Hey yes9310!

    Thank you for visiting the support forum!

    Not sure why the image overlay is not being added on the first image but you can add this on Quick CSS or custom.css to disable the image overlay entirely:

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

    Regards,
    Ismael

    #284979

    Perfect! thanks Ismael!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘2 images 1 showing Overllay 1 no overlay with same settings’ is closed to new replies.