Custom pages for About and Guidelines - how to replace the default?

You could hide the existing links in the hamburger menu using CSS

.menu-container-faq-link, .nav-item-faq, .nav-item-tos, .nav-item-guidelines {
    display: none;
}

and then add custom hamburger menu links

2 Likes