• Resolved Joanna

    (@jchmarzewska)


    Hi … I want to change the font color for the top bar (menu bar where all the tabs are). I tried changing in /* header : nav topbar section of style.css file but it doesn’t work. Thoughts?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi – try this:

    #nav-topbar .nav li a { color: red; }
    #nav-topbar .nav li > a:hover,
    #nav-topbar .nav li:hover > a,
    #nav-topbar .nav li.current_page_item > a,
    #nav-topbar .nav li.current-menu-item > a,
    #nav-topbar .nav li.current-menu-ancestor > a,
    #nav-topbar .nav li.current-post-parent > a { color: blue; }

    Red = normal link color. Blue = hover/current page color.

    Thread Starter Joanna

    (@jchmarzewska)

    Thanks! It worked ….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font color change for topbar’ is closed to new replies.