How can I remove bold from Dawn Mega Menu headers?

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

Hey @Ianjs ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag type the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

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!

Perfect thanks

Thanks I first tried the version from ThePrimeWeb and that worked, but thanks again for your suggestion