Shopify themes, liquid, logos, and UX
Hey!
I am trying to make my menu semi bold without having to change other texts sections in my store. In the customize theme it changes the fonts on other places and not only the menu. So i think i need some coding?
Someonw who can help me out?
Right now it looks like this:
But i want it to be SEMI BOLD.
Thnaks
Hi @dawntheme ,
you can try to add the following code at the end of file /assets/component-list-menu.css
/* Make Menu Items Font Bold */
.list-menu__item {
font-weight: 700;
}
Hey! It made the meny bold. But i want it to be "semi-bold". I tried to change the font-weight to less, but it did not make a difference. Suggestions?
Oh.. i just noticed that is changed my footer text to bold also... I just want the meny to change. Suggestion?
To avoid the problem of font weight change in the footer change the code like this:
.header .list-menu__item {
font-weight: 700;
}
Semi Bold font-weight value is 600.
But it could be that you will not notice the changes if you set to 600, because the font-family for semi-bold font is not loaded.
This helped to only get the meny bold. Thanks!
How do I "load" the semi-bold?
I was facing the same problem. I ended up finding the solution in the theme.liquid file of the Dawn theme.
assign body_font_bold = settings.type_body_font | font_modify: 'weight', 'bold'
assign body_font_bold = settings.type_body_font | font_modify: 'weight', '600'
you're a good man or lady! 👍 Thank you
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025