Archived topic
hide mobile menu when logged in
4 replies · Started by Jeffrey on June 28, 2020
Viewing posts 1–5 of 5
I would like to disable/remove the mobile menu (hamburger icon) for users when logged in.
Thanking you in advance! You rock!
Hi there,
Give this a shot:
.logged-in button.menu-toggle {
display: none !important;
}
Hope this helps! :)
Perfect thank you so much!
Resolved
No problem :)
This archived topic is closed to new replies.