Saill

Member

Forum Replies Created

  • In reply to: Menu items not being highlited when on categories

    #11388

    I don’t know if this will solve the original poster’s problem, but I did find some small typos in style.css. In the styling area for the menu id, all classe names should contain dashes rather than underscores. If you replace the relevant section in your current style.css file with the following, it might take care of the problem!

    /* start css code
    #menu li a:hover, #menu li:hover a, #menu li:hover a:visited, #menu li a:hover, #menu li.sfhover a, #menu li.sfhover a:visited, #menu li.current-menu-item a, #menu li.current-page-ancestor a, #menu li.current-category-ancestor a, #menu li.current-menu-parent a, #menu li.current-menu-ancestor a, #menu li.current-page-parent a, #menu li.current-menu-item a:visited, #menu li.current_page_ancestor a:visited, #menu li.current-category-ancestor a:visited, #menu li.current-menu-parent a:visited, #menu li.current-menu-ancestor a:visited, #menu li.current_page_parent a:visited{
    color:#000;
    }
    #menu li:hover, #menu li.sfhover, #menu li.current-menu-item, #menu li.current-page-ancestor, #menu li.current-category-ancestor, #menu li.current-menu-parent, #menu li.current-menu-ancestor, #menu li.current-page-parent{

    */

Viewing 1 post (of 1 total)