Hide the product title in my shop gallery images

Hi there,
I just want all the titles on the images to not show. Can you help me please?
Thanks!

Hello @alisonglass,

Thanks for asking. :slight_smile:

Please add following CSS to hide Product Title:

.pswp__caption__center {
    display: none !important;
}

To learn CSS you can take a look at following tutorial:

https://www.w3schools.com/css/

Thanks.

Thank you SO MUCH! I worked like a charm. I was just having a hard time figuring out what the name of that bit was and if it was a woocommerce thing or a X theme thing.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.