Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi!
I'm new to Shopify, i'm currently doing my first store. I want to make my menu items bold and leave submenu items normal. However, the solutions I found online don't seem to work.
This code worked if I wanted to make all items (including submenus) bold.
.list-menu__item a {
font-weight: 700;
}
I asked ChatGPT if it can provide a solution and it came up with these options:
1.)
.list-menu__item:not(.list-menu__item--sub-menu) a {
font-weight: 700;
}
2.)
<style> .site-header__menu li a { font-weight: bold; } .site-header__menu .sub-menu li a { font-weight: normal; } </style>
.header__menu-item:not(.caption-large) { font-weight: 700; }
thanks for post its prefect work
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