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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024