Solved

Konversion Theme - change Product title to bold

mikeSR
Tourist
4 0 1

Hi. I am trying to change the font weight of product page of my site. I've changed the font-weight to 700 and bold but it doesn't change. Here's the URL:

https://davicipuzzles.com/collections/collection-1/products/world-famous-wooden-jigsaw-puzzles-for-a...

 

Thanks

Accepted Solution (1)

Hardik29418
Shopify Partner
2858 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

.product-info__title h3 {
    font-weight: bold;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 3 (3)

Hardik29418
Shopify Partner
2858 407 1073

This is an accepted solution.

Please place this code at the end of theme.scss

.product-info__title h3 {
    font-weight: bold;
}

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
mikeSR
Tourist
4 0 1

worked like a charm! Thanks paramSoft!

Hardik29418
Shopify Partner
2858 407 1073

Thank you for update

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email