On Dawn theme and using meteor mega menu. I want to make the menu white instead of black. Nothing I’ve tried seems to affect the meteor menu. Can someone provide the css to make that happen? I’d greatly appreciate it.
Hey @RubyRoadVintage
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
ul#meteor-desktop-nav li a {
color: white !important;
}
</style>
RESULT:
Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.
Best,
Moeed
Hi @RubyRoadVintage
We suggest you another solution for this that does not require custom CSS or editing theme files. In the Dawn theme, you can change the menu text color directly from the theme customizer.
Go to Online Store > Themes > Customize > Theme settings > Colors and create or edit a color scheme with the menu text color you want. Then open the Header section and select that color scheme in the Menu color scheme setting. This will apply the selected color scheme to the header menu.
