Shopify themes, liquid, logos, and UX
Hi!
I am using the Montserrat font in my menu bar but because I set the font in general to "medium" it now shows up as "medium" in the menu as well, but I want it to be semi bold.
I tried adding CSS code direkty to the custom CSS on the website:
{
font-family: "Montserrat";
font-weight: 600;
font-size: 28px;
}
but it just goes from light to bold when I adjust the weight from 500 to 600 and skips all the nuances in between. Also adjusting the font-size doesn't change anything, I want to make it slightly larger.
Thank you for your help!! 🙂
Hey @sophiaemli
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.header__menu-item span {
font-weight: bold !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Moeed
I've added the code, but the weight is still set on medium in the menu bar, is there a specific code for "semi bold" ? I found this on a shopify page, should I try to include "montserrat_n5" in the code?
Hi @sophiaemli
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css or theme.css or styles.css
.header__menu-item span {
font-family: "Montserrat" !important;
font-weight: bold !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
226 | |
166 | |
66 | |
54 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023