Hide Hamburger Menu in Mobile

Posted in: Newspaper
Post count: 2

Hello, can you suggest a way for us to hide the hamburger menu in the mobile view?

Here is an example from our website:
https://yesterdaysamerica.com/

Thank you,
Carlos

Post count: 35449

Hello,

If you want to remove the hamburger menu from mobile theme, then you can use this custom css http://prntscr.com/pep0y7
.td-header-menu-wrap #td-top-mobile-toggle a {
display: none;
}

You’ll need to set the code in Theme panel> Custom code> Advance css> Mobile.

Thank you!

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