Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I see you have gotten this accomplished. Let us know if you have additional questions.

    Thread Starter Matthew Modlinski

    (@mattjallday)

    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;
    }
    Thread Starter Matthew Modlinski

    (@mattjallday)

    No worries! THANK YOU!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Main Navigation Text Color’ is closed to new replies.