Hello,
Is there a way to change the product title on top of the product picture? This is for the product page on mobile, the theme is Dawn 13.0.0. Thanks.
Hello,
Is there a way to change the product title on top of the product picture? This is for the product page on mobile, the theme is Dawn 13.0.0. Thanks.
Hi @habana89s
You can do that by following this instruction:
Go Online Store > Themes > Edit code > open main-product.liquid file
Find this line of code: {% render ‘product-media-gallery’, variant_images: variant_images %}
Paste this code above it:
Find this line of code:
Replace it with this code:
Save your file and check the result