How to customise the dropdown menu

This theme component makes it easy to add links to existing sections:

The easiest way to remove options is to hide them with CSS, for example:

.hamburger-panel .top-topics-link {
    display: none;
}
5 Likes