• Resolved miowebdesigns

    (@miowebdesigns)


    I am using wp-nav-menu in my theme. A basic horizontal menu 3 items. I want to style the active page menu item to be say pink while active. I am not finding any posts that address this issue. Can anyone point me in the right direction?

    My page is:
    my site

    Thanks a bunch

Viewing 1 replies (of 1 total)
  • Thread Starter miowebdesigns

    (@miowebdesigns)

    Thanks I found the answer. I copied a section of code from the twenty-ten theme that does what I am looking for.

    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    	color: #365268;
    }

    For anyone looking for the same solution this works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-nav-menu active styling’ is closed to new replies.