/* The background colour */
.navigation-top,
.main-navigation ul {
background: black;
}
/* The text colour */
.navigation-top a,
.menu-toggle {
color: white;
}
Alternatively use your Child Theme style.css file to hold your CSS modifications
]]>
/* The background colour */
.navigation-top,
.main-navigation ul {
background: black;
border: 0;
}
/* The text colour */
.navigation-top a,
.menu-toggle {
color: black;
}
]]>
/* The background colour */
.navigation-top,
.main-navigation ul {
background: black;
}
/* The text colour */
.navigation-top a,
.menu-toggle {
color: white;
}
-or-
.navigation-top {
background: #fff;
to another #color code.
+ a few other adaptations in the css ‘navigation’
but nothing seems to work? or impact anything, nor the size nor the color?
is there anyone out there that can help me change the navigation background to a dark scheme, and light font?
many thanks in advance for your kind response…
Ga?lle
]]>.navigation-top a,
.menu-toggle {
color: white;
}
Andrew, I have been scouring forums and attempting code for FOUR HOURS just to get the word “Menu” to be white in mobile view and you provided an answer that worked. BLESS YOU.
]]>