Remove the text in ligthbox

hello everybody… is it possible to remove the text from the ligthbox?

thank you very much for your support

Hi @abraxas!

Which theme are you using?

Under Blocksy, you will find it in the Customizer → Item of your Collection → Document and Attachments → Disable Caption/description on Lightbox.

Under Tainacan Interface, it will be in the Customizer → Tainacan Single Item Page → Disable Caption/Description, if my memory is right.

Don’t forget to hit the do update button before leaving the Customizer.

Let me know if this works :slight_smile:

thanks for your reply Mateus

I am using Blocksy. I tried both solutions,unfortunately neither worked. I had to put the following code and it worked.

Regards

.pswp__caption {
    display: none !important;
}

Uhmm, may I ask, @abraxas, are you using the latest version of Tainacan? We recently updated the lightbox library and that class changed to pswp__figure_caption;