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.
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:
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.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.