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!
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
Perfect! thanks Ismael!