How to change the boldness of headings

Solved

How to change the boldness of headings

CreatorTim
Explorer
359 1 52

Hey guys, I need help adjusting the boldness of my headings.

 

Here’s how it looks on my store:

CreatorTim_1-1735210159862.png

 

And here’s how I want it to look:

CreatorTim_0-1735210138213.png

 

I’ve even added the same font, but I can’t figure out how they made it look this bold since I’ve already increased the boldness...

 

Here’s the store I’m trying to match: https://tomnoske.store/products/cinema-luts

 

And here’s my store: https://1049xn-ya.myshopify.com/products/editing-masterclass

 

I’d really appreciate any help,
Thank you so much!!
Tim

Accepted Solution (1)
DitalTek
Shopify Partner
842 100 119

This is an accepted solution.

Hi,

This is font default that Shopify provide so you can change it on Typography setting, 

You find name font "Inter" and then choose 

Inter Bold

or 

Inter Extra Bold
- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp

View solution in original post

Replies 6 (6)

websensepro
Shopify Partner
1852 215 260

Hi @CreatorTim 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

h2.image-with-text__heading.inline-richtext.h1 strong {
    font-weight: 800 !important;
}

 

Result:

websensepro_1-1735211161529.png

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
CreatorTim
Explorer
359 1 52

Hey, it doesn't work.

DitalTek
Shopify Partner
842 100 119

Hi,

The issue happen because you don't import full type font for new font, because when i check on demo site they import full type font for their site include bold type.

Here is font on demo site:

DitalTek_0-1735211117982.png

 

But on your site just import type regular, so the bold attribute it not work as demo site.

Here is font on your site:

DitalTek_1-1735211183377.png

 

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp
CreatorTim
Explorer
359 1 52

Hey, so what should I do? How do I change the font boldness?

DitalTek
Shopify Partner
842 100 119

This is an accepted solution.

Hi,

This is font default that Shopify provide so you can change it on Typography setting, 

You find name font "Inter" and then choose 

Inter Bold

or 

Inter Extra Bold
- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp
CreatorTim
Explorer
359 1 52

Got it, thank you!