How can I make the product name bold using the Dawn theme
Hi @MAFER22 ,
I understand that you want to make the product title bold. Try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “theme.css, styles.css or base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.product__title h1 {
font-weight: bold;
}
-
Result:
-
This is also a Dawn Theme. If this wont work would you mind to share your URL website and Password if its protected so i can provide you the exact code.
-
I hope it help.
Thanks a lot! It worked!
Hi! This code doesn’t work for my website
maybe because I am using very old theme - Debut Light. Could you help me please? Thank you in advance.
Hi @Jhin_Tasty
Please, share your store URL. Thanks!
Hei! Sure, here you go - https://petloverz.net/
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h1.product-single__title {
font-weight: 900;
}
-
And Save.
-
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Damn, it works! Much appreciated, thank you for your assistance and have a wonderful weekend!
Hi @Jhin_Tasty
This is your request from the PM.
Same instruction.
.product-form__cart-submit.gpo-clone-button {
font-weight: 900;
}
ANd Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Everything works as in screenshot, thanks! Much appreciated. Have helped me many times. ![]()


