How can i make the Text in Header fat?

Hi, how can i make the Text in Header fat like here:

1212.jpg

here:

dawn theme 15.0.0

url: https://ba571d-cc.myshopify.com/

Thank you.

1 Like

Hi @store095 , what do you mean by fat?

1 Like

fat text like here: Fat Text

Best regards

Hello @store095
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

.header__inline-menu {
margin-left: -6.2rem !important;
grid-area: navigation;
font-weight: bold;
width: 103% !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Hi @store095

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottow of the file:
.list-menu__item {
font-weight: 600;
}

1 Like

Its working. Thank you :slightly_smiling_face:

1 Like

Hi @store095

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

1 Like