Shopify themes, liquid, logos, and UX
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
https://www.pickupstore.cz/
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
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
font-size: 18px !important;
font-weight: 900 !important;
}
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
font-weight: 900 !important;
}
</style>
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 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.header__menu-item {
font-size: 14px !important;
font-weight: 600;
}
</style>
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!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025