make product title bold for product card

make product title bold for product card

ads18922
Trailblazer
190 0 58

hello, i would like to make my product titles bold for my product cards:

Screenshot 2025-03-05 at 22.59.15.png

my website is www.alexandrawestbrook.com , theme is dawn

Replies 8 (8)

LizHoang
Shopify Partner
1251 159 195

Hi @ads18922 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.full-unstyled-link {
    font-weight: 600;
}

 

Result 

LizHoang_0-1741224360091.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
ads18922
Trailblazer
190 0 58

Screenshot 2025-03-06 at 09.41.15.png

mine isn't as bold as yours, any reason why?

LizHoang
Shopify Partner
1251 159 195

Hi, Where did you add the code?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

Kyle_liu
Shopify Partner
437 55 80

Hi @ads18922 

 

In component-card.css file and find this style .card__heading 

It is recommended to change this in the component-card.css file to avoid multiple renderings, but of course it can be placed at the end of the base.css file.

 

.card__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

 

Kyle_liu_0-1741229197583.png

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

B2Bridge
Trailblazer
365 75 94

Hi @ads18922  , you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code.

Step 2: Find component-card.css file

Step 3: Paste this code at the bottom of the file

 

 

a.full-unstyled-link {
    font-weight: bold !important;
}

 

 

Screenshot_4.png

If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍



B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

ads18922
Trailblazer
190 0 58

mine isn't as bold as yours, any reason why?

Screenshot 2025-03-06 at 09.41.15.png

DaisyVo
Shopify Partner
4460 499 594

HI @ads18922 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.card__information .card__heading, .card__information .card__heading * {
    font-weight: bold !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ads18922
Trailblazer
190 0 58

mine isn't as bold as yours, any reason why?

Screenshot 2025-03-06 at 09.41.15.png