Current Navigation

Support Area Forums Authentic Current Navigation

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #9692
    Nicholas Minnich
    Participant

    What custom CSS code do you suggest for making the current navigation a different color?

    I tried this, and no luck

    ul#menu-primary-navigation li.current-menu-item a {
    color: #ff6600;}

    #9696
    Bill Robbins
    Moderator

    Nicholas,

    Great question. Try using this in the Custom CSS box and see if that helps:

    
    header .menu .current-menu-item a,
    header .menu .current-menu-item a:visited { 
    	color: #ff6600;
    }
    

    If you have any trouble, let me know,
    Bill

    #9708
    Nicholas Minnich
    Participant

    Excellent! It worked.

    #9709
    Bill Robbins
    Moderator

    Awesome. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Current Navigation’ is closed to new replies.