How can I make sure to only have one close X in my off-canvas burger menu?

In the Customizer navigation settings you can chose whether or not to display a close button in an off-canvas template. As off-canvas templates are often used in combination with burger icons, a close button is often not necessary as the burger icon itself acts as a close button. However, on mobile screens it may happen that the close button in your template will be forced in order to prevent the menu from not becoming unusable.

You can easily change this with the following CSS snippet:

#mainmenuoff .hamburger {
    display: none;
}
Customizer navigation settings
Customizer navigation settings
With a close-button and a burger icon, you may happen to unintentionally display two close buttons
With a close-button and a burger icon, you may happen to unintentionally display two close buttons
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us