disable 'see in full size' option for image gallery items

Hi there,

Is it possible to disable the option ‘see in full size’ when you click on an image and it shows in a whitebox?

See www.uwfotograaf.nl and the attachment.

Kind regards,

Erwin Dekker

Hi Erwin,

Thank you for your question.

You can try disabling this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.jp-carousel-image-meta {
    display: none;
}

Best Regards,
Movin

Yes it works! Thanks!!

You are most welcome here :slight_smile: