Viewing 1 replies (of 1 total)
  • Thread Starter carlsen.rasmus

    (@carlsenrasmus)

    Solved (almost):

    this:

    .menu .current_page_item a,  {
    	background-color: #343434;
    }

    went to this

    .menu .current_page_item a, li.current-page-ancestor a,  {
    	background-color: #343434;
    }

    However; still need to find out how to do the same trick with post and categories.

    ras

Viewing 1 replies (of 1 total)
  • The topic ‘Highlight parent-page (as menu item) on subpages’ is closed to new replies.