Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47819

    Hey there,

    i need help with changing selected menu item(category) color in the menu bar of the page. Any idea?

    #47857
    Sakin
    Keymaster

    @aleks.mavric123: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu ul li.current-menu-item a, 
    #header #mainmenu ul li.current-menu-parent a,
    #header #mainmenu ul li.current_page_item a, 
    #header #mainmenu ul li.current_page_ancestor a {
        background-color: #444;
        color: #fff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Selected menu bar item color’ is closed to new replies.