active menu item not colored

  • Unknown's avatar

    I have a problem with my “FÖRDERBLOG” menu item. It is the only menu item which doesn’t get the class “current-menu-item” nor current-page-item” when being active and that’s why this menu item isn’t highlighted by a different color.

    Do you know of any way how to fix this or how to add this class?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi granira,

    Add the following CSS code and it will have the same styles as if had the “current-menu-item” class.

    body.home ul#menu-top-menu li:first-child a {
        color: #00afd3;
        background-color: #fff;
    }
  • Unknown's avatar

    Thank you for your quick answer! :)

  • The topic ‘active menu item not colored’ is closed to new replies.