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
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:
.mega-menu__link--level-2 {
color: #ba264a !important;
}
The solution was tested and confirmed working by the original poster. The issue has been resolved.
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
Thank you very much. it worked.
Happy to help-you.