How do I make product names bold on the Dawn theme?

Solved

How do I make product names bold on the Dawn theme?

empiricalarby
Trailblazer
230 1 53
Accepted Solutions (2)

PageFly-Henry
Shopify Partner
1184 335 300

This is an accepted solution.

Hi @empiricalarby 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.card__content a, .product__title h1 {

    font-weight: bold !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

This is an accepted solution.

Hi @empiricalarby 

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit theme

<style>
.card__heading,
.product__title h1,
.cart-notification-product__name,
.cart-item__name,
.predictive-search__item-heading {
font-weight: 700 !important;
}
</style>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

PageFly-Henry
Shopify Partner
1184 335 300

This is an accepted solution.

Hi @empiricalarby 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


.card__content a, .product__title h1 {

    font-weight: bold !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

This is an accepted solution.

Hi @empiricalarby 

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit theme

<style>
.card__heading,
.product__title h1,
.cart-notification-product__name,
.cart-item__name,
.predictive-search__item-heading {
font-weight: 700 !important;
}
</style>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.