XF 2.3 Turn off side menu in mobile

Seeker-Smith

Well-known member
Licensed customer
I'm not using a menu on my site but on mobile even though its blank it still shows up. How do I turn it off?

IMG_9792.webp
 
Should just be able to hide the hamburger button that opens it. Add this to extra.less template:

CSS:
.p-nav .p-nav-menuTrigger {
    display: none !important;
}
 
Should just be able to hide the hamburger button that opens it. Add this to extra.less template:

CSS:
.p-nav .p-nav-menuTrigger {
    display: none !important;
}
That's awesome could the same technique be used to hide the name, New Post and Post thread buttons elements on the forum index as well?
IMG_9793.webp
 
Back
Top Bottom