How to remove the menu buttom on mobile

Ye know that one mobile buttom that appears in mobile mode in the high-right corner of the screen?

I don’t have any menus in there but it still appears, is there a way to remove it?
Thanks.

Hi @dragonic,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.navbar-default .navbar-toggle {
    display: none;
}

Best Regards,
Movin

Thanks again Movin!

You are always welcome here :slight_smile: