By default, product images won't show the titles underneath on the product page.

To can display them, add the following CSS code to your store settings.

Site Settings > Design > Custom Styles

.product-image-caption { display: block; }

Did this answer your question?