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
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