Change the title color of the mega menu ( Shopify Dawn Theme )

Topic summary

A user needed to change the mega menu title color to #ba264a in their Shopify Dawn theme store.

A solution was provided involving CSS customization:

  • Navigate to: Online Store → Themes → Actions → Edit Code → Assets → component-mega-menu.css
  • Add the following CSS code at the end of the file:
.mega-menu__link--level-2 {
  color: #ba264a !important;
}

The solution was tested and confirmed working by the original poster. The issue has been resolved.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hello everyone!

I want to change the title color of the mega menu. The color code is #ba264a.

Store: https://dream-candle-lights.myshopify.com/

Password: Admin

Hello @dreamtechzone_5
Go to online store ----> themes ----> actions ----> edit code ----> assets —> component-mega-menu.css
add this code at the end of the file and save.

.mega-menu__link--level-2 {
color: #ba264a !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Thank you very much. it worked.

Happy to help-you.

1 Like