Hello,
I would like to change the font color inside my mega menu from red to white. Can someone please help me.
Maxi-Brillian (maxibrillian.com)
pw: deropa
A user seeks help changing their Dawn theme mega menu font color from red to white.
Solution Provided:
</body> tag:.mega-menu__link, .mega-menu__link--level-2 {
color: #fff !important;
}
Follow-up Question:
Another participant asks how to modify the color for only one specific submenu, rather than applying the change globally to all mega menu items.
The discussion remains open with the targeted submenu customization question unanswered.
Hello,
I would like to change the font color inside my mega menu from red to white. Can someone please help me.
Maxi-Brillian (maxibrillian.com)
pw: deropa
Hello @MaxiMaxi
You can add code by following these steps to change color of megamenu from red to white
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Hello @niraj_patel and if I want to change the color of only one specific submenu?