How can I alter the product title on mobile in Dawn 13.0.0?

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:

  1. Go Online Store > Themes > Edit code > open main-product.liquid file

  2. Find this line of code: {% render ‘product-media-gallery’, variant_images: variant_images %}

  3. Paste this code above it:

    {{ product.title | escape }}


  4. Find this line of code:

    {{ product.title | escape }}

  5. Replace it with this code:

    {{ product.title | escape }}

  6. Save your file and check the result