How to get half bold and half not bold header menu

Solved

How to get half bold and half not bold header menu

iHavPet
Excursionist
66 0 6

iHavPet_0-1712496246495.png

 

Accepted Solution (1)

theycallmemakka
Shopify Partner
1802 436 468

This is an accepted solution.

Hi @iHavPet ,

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
header ul li:nth-of-type(n+5) {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: 400;
    letter-spacing: calc(var(--font-heading-scale)* .06rem);
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Reply 1 (1)

theycallmemakka
Shopify Partner
1802 436 468

This is an accepted solution.

Hi @iHavPet ,

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
header ul li:nth-of-type(n+5) {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: 400;
    letter-spacing: calc(var(--font-heading-scale)* .06rem);
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com