Hello,
i need to make header/menu a little big bigger or bolder, so it would match more my website. Can someone help me with this ?
Thank you
![]()
Hello,
i need to make header/menu a little big bigger or bolder, so it would match more my website. Can someone help me with this ?
Thank you
![]()
Hey @radaApeta ,
To correctly adjust the header/menu to make it a bit bigger and bolder for your website, you can apply the following CSS rules. These changes will apply to both the font size and weight to make the text more prominent, and increase the spacing for a cleaner look
add this code:
.list-menu--inline {
display: inline-flex;
flex-wrap: wrap;
font-weight: bolder;
}
result:
Once you apply this CSS to your header, it should make the header/menu more prominent, matching the bold look you’re aiming for.
If I was able to help you, please don’t forget to Like and mark it as the Solution!
Best Regard,
Rajat Sharma
Hello @radaApeta
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.header__menu-item {
font-size: 16px !important;
font-weight: 700 !important;
}
result
![]()
If this was helpful, hit the like button and accept the solution.
Thanks
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 @radaApeta ,
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!