All things Shopify and commerce
Hi there,
I would like to unbold all the headings in my menu drop down under 'Shop'. See image attached.
website: https://nuijewellery.com.au/
Theme: dawn
Thank you!
Solved! Go to the solution
This is an accepted solution.
Please add this code
<style>
.mega-menu__content .mega-menu__list li a {
font-weight: 400 !important;
}
</style>
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
.mega-menu__content .mega-menu__list li a {
font-weight: 400;
}
</style>
Hi there,
Thanks for the prompt response. I have added the code but it hasn't worked 😞
Is there anything else I can try?
This is an accepted solution.
Please add this code
<style>
.mega-menu__content .mega-menu__list li a {
font-weight: 400 !important;
}
</style>
Yes perfect it worked! Thank you 🙂
Do you know how to make the headings closer together? As in the gaps between headings to be tighter?
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
.header__menu-item {
padding: 1.2rem 0.8rem !important;
}
</style>
It only moved the arrow next to shop over, not the subheadings under shop
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
<style>
.mega-menu__content {
padding-top: 0px !important;
}
</style>
I may have not been clear enough. This only changed the padding but I would like to change the line height to be similar to this but not as tight:
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