How do i hide the menu altogether

Posted in: Newspaper
Post count: 11

hi there. How do I hide the menu burger icon (for mobile)?

Post count: 35449

Hi,

If you do not want to have the hamburger menu on mobile and you are using the responsive version you can remove it with tagDiv Composer -> https://i.imgur.com/LRx44dv.png
If you are using the mobile theme plugin you need to use this custom css:
#td-top-mobile-toggle {
display: none;
}

The code need to be set here -> https://i.imgur.com/851lw7x.png

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.