Shopify themes, liquid, logos, and UX
I would like to make the font bold in the navigation on the sense theme, without changing other fonts within the site.
Solved! Go to the solution
This is an accepted solution.
Hello @medusasmakeup 👋
Inside Shopify Admin, go to Edit theme code, open file base.css and add this code at the bottom
.header__menu-item {
font-weight: bold;
}
The result
Hope that helps!
This is David at SalesHunterThemes.
To add the font bold for the navigation
Follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.header__menu-item span {
font-weight: bold;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
This is an accepted solution.
Hello @medusasmakeup 👋
Inside Shopify Admin, go to Edit theme code, open file base.css and add this code at the bottom
.header__menu-item {
font-weight: bold;
}
The result
Hope that helps!
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.header__menu-item span {
font-weight: bold;
}
add this code to your base.css file.
Navigate to the online store >> Click edit theme code.
Now find base.css and paste the following code:
.header__menu-item span{
font-weight: 700 !important;
}
User | RANK |
---|---|
187 | |
170 | |
81 | |
57 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023