Group navigation menu sections

  1. None of the links in the sidebar are highlighted when visited by default, that I know of. only when mouse-over or clicked. But that sort of visual formatting is theme dependent. Can be achieved with some mouse-effects CSS I think. I think perhaps:
.sidebar-section-link-wrapper .sidebar-section-link.active {
    color: $current_link_font_color;
    background: $current_link_background_color;
}

where $current_link_font_color and $current_link_background_color are color palette variables or hardcoded to whatever you want.

  1. This is the method to use for this: