Hey guys, I need help adjusting the boldness of my headings.
Here’s how it looks on my store:
And here’s how I want it to look:
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
Hi @CreatorTim
- Go to Online Store → Theme → Edit code.
- 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:
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!
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:
But on your site just import type regular, so the bold attribute it not work as demo site.
Here is font on your site:
Hey, so what should I do? How do I change the font boldness?
Hi,
This is font default that Shopify provide so you can change it on Typography setting,
You find name font “Inter” and then choose
or
1 Like