There is an .active class (do not confuse with :active) on each page on the current nav link which you can use as a hook for styling.
Try this:
.main-nav a.active{
background:#33ff33;
color:#000;
}
Is that what you wanted?
There is an .active class (do not confuse with :active) on each page on the current nav link which you can use as a hook for styling.
Try this:
.main-nav a.active{
background:#33ff33;
color:#000;
}
Is that what you wanted?