I want is that when you click on a menu, you scroll to corresponding section on the home page, but also mark the menu indicating that you are in that section, and so for the rest of menus. In such a way that while you navigates for "home page" the menu will be marked with the corresponding section as long as the focus is in it
uk-active
class.#g-header {
.g-main-nav {
.g-toplevel {
> li {
> .g-menu-item-container {
&.uk-active {
background: #000000;
color: #ffffff;
}
}
}
}
}
}
#g-header
.#g-navigation
. You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »