sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi there, I see you have gotten this accomplished. Let us know if you have additional questions.
I’d actually like it to be the opposite of what it is now. I know how to change the main navigation background colo, i just don’t know how to change the text color for the main navigation. I’d like the text to be black and the main navigation background color to be white. 🙏🏻
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Oops, sorry for misreading. Add this to Additional CSS.
.main-navigation {
background-color: #fff !important;
}
.main-navigation a {
color: #000;
}
sacredpath
(@sacredpath)
Automattic Happiness Engineer