Dawn theme: enable rich text (html) on product names.

Greetings,

When I inser HTML tags on product titles, tags do not work for DAWN Theme. Ex. please check picture for better ref.

Can somebody give me a hand on how to make this work?

I followed this topic, but it wasn’t comprehensive enough.

All I wish to do is this:
Product title output to work with HTML tags such as, <heading1,2,3,4 etc. /h1,2,3..

Thanks!

Find the main-product.liquid file in Edit code.

Change

# {{ product.title | escape  }}

to

# {{ product.title   }}

2 Likes