Hi, how can i make the Text in Header fat like here:
![]()
here:
dawn theme 15.0.0
url: https://ba571d-cc.myshopify.com/
Thank you.
Hi, how can i make the Text in Header fat like here:
![]()
here:
dawn theme 15.0.0
url: https://ba571d-cc.myshopify.com/
Thank you.
Hi @store095 , what do you mean by fat?
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
Hi @store095
.list-menu__item {
font-weight: 600;
}
Its working. Thank you ![]()
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.