• Hello!

    So I just changed my nav bar to black, as well as changed the links in the nav bar to white, however, my HOME and SHOP links are still black. I have gone through the code to see if anything has been left #000, but I changed everything. At least I think so. My blog is Blondieinthecity.com so you can take a look. If anyone can tell me how to changes those to to white I’d really appreciate it!

    Thank you in advance! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this CSS, either using a custom CSS plugin or your theme’s built-in custom CSS option:

    .nav-primary .current-menu-item > a {
    	color: #fff;
    }
    Thread Starter hayleylarue

    (@hayleylarue)

    That worked! Thank you!!

    My last question would be how to change the hover color. I swear I did it in the style sheet, but nothing changed haha. When I hover over the main links, it turns to black.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation Bar Font Color Issue’ is closed to new replies.