Add Subtitle below product title (Dawn theme)

Hello, just would like to add a subtitle below my product name.
Already created a metadata file but don’t know how to set it up.

Please help me, i’m using the Dawn theme and all tutos i found on internet, apparently don’t work with Dawn.

1 Like

Hey @Goldberg94 ,

sure, if you have already created a metafield definition, now it’s time to create a block (product page), render this block using when statement in the product page and finally populate the metafields with data.

I’ve written an article on how to display additional information on product pages using metafields. However, I wrote this article a year and something ago, so it’s a bit outdated and applicable to older versions of Dawn theme (not 2.0. themes). I should update it!

Update: I’ve just updated the article, follow the guide and you’ll display the metafield values on the product pages!

Visit this link to find out more: https://www.nikikozak.me/shopify-qa/2021-11-17-metafields/ – use this article to check whether you’ve set up the metafield definition correctly and how to render the metafield on the product pages.

Here’s a general piece of code for rendering product metafields.

{{ product.metafields.namespace.key }}

Anyway, you can also go through another article (the main topic are also metafields). I explain how to create a block on product pages in this article.

https://www.nikikozak.me/shopify-qa/2022-06-27-collection-metafield/ – use this article to find out more information on how to create a block on product pages and render it.

Let me know if it helps!

Hi @Goldberg94 ,

This is Richard from PageFly - Landing Page Builder App

I’ve recorded a video tutorial on my own store to guide you how to set it up.

You can try following my video here:

https://www.loom.com/share/ed89d63c9533466eae2c9a2c51ab7971

Hope my solution works perfectly for you!

Regards,

Richard | PageFly

1 Like

<!–
/* Font Definitions /
@font-face
{font-family:“Cambria Math”;
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/
Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:“Calibri”,sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}