Hiding product picture Title when clicking on it in product view

Hi guys, does anyone know how I can hide the photo titles of the products?

When I hover the picture it displays the title and when you klik on a product it displays the title at the bottom.

I would like to see this go.

Does anyone perhaps know how?


Kind regards Caitlin

Hello @Caitlinvdv

Thanks for writing to us.

You can use custom CSS to hide the caption of the product image for that you need to learn CSS and learn how to use the browser’s element inspector.

Please note that we don’t provide custom code support. It is out of the support scope.

Thanks for understanding

Thats kind of a bummer… I actually don’t understand why it’s displayed in the first place.

I wasn’t here in X when I purchased it in 2014. It’s something that just appeared after the updates.

Hi @Cvdv,

You can delete or modify the image Title by clicking on the specific image under the Media menu. Please find the screenshot describing the setting.

Hope it helps.
Thanks

Thank you for your reply. I understand it could work by removing the actual titel yes. But i’ve got over 5000 images so… bit too time consuming.

Got some help else where. This works perfect for anyone who might need it.

.pswp__caption__center {
display: none !important;
}

But thanks anyway.

Hi @Cvdv,

Great that you are able to find a better solution.

Thanks

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