• Resolved kwestschen

    (@kwestschen)


    Hi,
    i want to change the color of the active navigation point, but i can’t find the right setting in the style.css.

    The active navigation point should be red.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Try adding this as additonal CSS:

    
    @media only screen and (min-width: 720px) {
    	#nav-header .nav li.current_page_item > a, 
    	#nav-header .nav li.current-menu-item > a,
    	#nav-header .nav li.current-menu-ancestor > a,
    	#nav-header .nav li.current-post-parent > a { color: red; }
    }
    
    Thread Starter kwestschen

    (@kwestschen)

    It works – thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color change Active Part in Navigation’ is closed to new replies.