Dawn Theme How Can I Make The Product Name Bold?

How can I make the product name bold using the Dawn theme

1 Like

Hi @MAFER22 ,

I understand that you want to make the product title bold. Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. And Save.
.product__title h1 {
    font-weight: bold;
}
3 Likes

Thanks a lot! It worked!

1 Like

Hi! This code doesn’t work for my website :disappointed_face: 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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like

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!

1 Like

Everything works as in screenshot, thanks! Much appreciated. Have helped me many times. :heart:

1 Like