صفحات مخصصة لـ About و Guidelines - كيف استبدال الافتراضي؟

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)