Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to resize the font in the mega menu. Anyone can help me with this?
Hi @Detailking
Do you mean reduce the font-weight? YOu have the code on the theme.liquid. Try this one if it work, if not you need to locate that code.
<style>
.header .header__menu-item.list-menu__item {
font-weight: 400 !important;
}
</style>
4. And Save.
5. Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Detailking
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
header.header .header__menu-item.list-menu__item {
font-weight: 400 !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
thanks for your solution. I think my explanation isn't right. I want to change the size of the text when you open the mega menu. Can you also help me with that?