What can I do if I want to bold all the name of the menu?
Topic summary
Issue: User wants to make all menu names bold on their Shopify store.
Solutions Provided:
Two community members offered CSS-based solutions:
-
Desktop Implementation:
- Navigate to Online Store → Theme → Edit code → theme.liquid
- Add CSS code targeting menu links with
font-weight: bold !important - Insert before
</body>or</head>tag depending on the approach
-
Mobile Compatibility:
- Initial solution worked on desktop but not mobile
- Additional CSS code provided using media query
@media screen and (max-width: 767px)to target mobile menu elements - Targets menu drawer components specifically for mobile devices
Status: Both desktop and mobile solutions have been provided with code snippets and visual results. The discussion appears resolved with working implementations for both platforms.
Hello @InnoTier
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @InnoTier ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Works in computer, but not in mobile, how to bold the menu name in mobile too?
Hi @InnoTier ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark my both solutions as an Accepted Solution.



