{"id":2714,"date":"2024-02-26T10:30:56","date_gmt":"2024-02-26T10:30:56","guid":{"rendered":"https:\/\/helpcenter.greyd.io\/off-canvas-close-button-de\/"},"modified":"2024-11-21T18:26:29","modified_gmt":"2024-11-21T17:26:29","slug":"off-canvas-close-button-de","status":"publish","type":"post","link":"https:\/\/helpcenter.greyd.io\/de\/off-canvas-close-button-de\/","title":{"rendered":"How can I make sure to only have one close X in my off-canvas burger menu?"},"content":{"rendered":"
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.<\/p>\n
You can easily change this with the following CSS snippet:<\/p>\n
#mainmenuoff .hamburger {\n display: none;\n}\n<\/pre>\n