fbpx
Enjoy Year-End Sale: 50% Off All Plugins! Coupon Code: NewYear2025

How to remove the image text below the images when enlarging them?

Mads Degn

How to remove the image text below the images when enlarging them?Skærmbillede 2021-12-01 kl. 12.56.00.png

Hakik Zaman

Hi Mads,

Thanks for reaching out to us. Could you please give your product page link to check?

Thank you

Hakik Zaman

Hi Mads,

Please put the below code at Appearance > Customize > Additional CSS 

.woocommerce .pswp__caption__center, .woocommerce-page .pswp__caption__center {
   display: none;
}

And let me know if it resolves your issue.

Thank You