• hi, am working with a theme called customizr .
    When i click on a menu item it opens a page.. I want to make the current clicked menu active by having it display a different color from other menus.. just to make visible that it is the a page a visitor is viewing..
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try entering this into the custom css field.

    .navbar .nav > li > a:hover {
    color: #e6b410;
    }

    Thread Starter on_my_own__

    (@on_my_own_)

    it doesn’t work Man..

    Add this in your child theme ??

    /* when Menu item selected (active)            */
    .navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
    .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a {
    color:          #999; /*change this colour code*/
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘making customizr navigation bar active’ is closed to new replies.