Shopify themes, liquid, logos, and UX
Hello,
Could someone advise me on the code needed to change the Bold header titles to Plain in the Dawn Mega Menu please.
Thanks.
Ian
Solved! Go to the solution
This is an accepted solution.
Hey @Ianjs,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag type the following. Screenshot attached for reference.
<style>
.mega-menu__link--level-2 {
font-weight: normal !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @Ianjs,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag type the following. Screenshot attached for reference.
<style>
.mega-menu__link--level-2 {
font-weight: normal !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Perfect thanks
Hi lanjs,
In Shopify Admin, navigate to "Edit theme code", then open the "base.css" file and add the following code at the end:
.mega-menu__link--level-2 {
font-weight: normal !important;
}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Thanks I first tried the version from ThePrimeWeb and that worked, but thanks again for your suggestion
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025