Hi, how i can i make text in header bold?
i’m using the dawn theme 15.0
url: https://cb180d-31.myshopify.com/
Thank you
A user working with Shopify’s Dawn theme 15.0 needs to make header text bold.
Solution provided:
theme.liquid file</head> tag to apply bold styling to header textThe solution was confirmed as helpful by the original poster. This is a straightforward CSS customization task that requires editing the theme’s liquid template file.
Hi, how i can i make text in header bold?
i’m using the dawn theme 15.0
url: https://cb180d-31.myshopify.com/
Thank you
Hi @Anonymous ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Thank you so much!