Just the Hamburger Menu

Hi there,

is there a way that only the hamburger Menu is displayed in the mobile version?
Without the word “menu”.
The thing is that some phone are translating the word menu. So that it doesnt make sense any more.

Would be great if you can help me out.

Thanks
LS.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Maybe yes, but to check your question i need to see your live website, please provide url and i will take a look

Thanks for your reply.
www.patrickromanscherer.com

hey there

Please add this CSS in appearance - customize - additional CSS

.menu-toggle {
    visibility: hidden;
}
.menu-toggle:after {
    padding-left: 0px;
    visibility: visible;
    position: relative;
    right: 25px;
}

Thanks!
Colorlib Support Team

Awesome! it is like i was hoping for.

Is there any chance to make the hamburger symbol a bit larger?

Thanks
LS

Howdy

Yes, that’s possible, we need to modify this part:

.menu-toggle:after {
padding-left: 0px;
visibility: visible;
position: relative;
right: 25px;
font-size: 30px;
}