Hide menu hamburger for one page theme

Hello. Have built a one page theme using RW’s Engineer.
Can’t seem to kill the three horizontal line menu hamburger.
I’m guessing there’s some CSS to do this but can’t work out what it should be.
Can anyone help?
Thank
Alex

Try this:
.navbar .navbar-toggler-icon {
display: none !important;
}

1 Like

Fantastic!
Thank you so much.

No problem…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.