Disable 'Search' and 'Menu' on mobile

Posted in: Newsmag
Post count: 6

Hi – I don’t want the grid nav menu or search icon to be visible on mobile view (desktop is ok).

(I’m using the theme just for 1 single page)

How do I disable or remove the menu and search on mobile please?

Post count: 35449

Hi,

In order to hide/remove the menu and search icons on mobile you can use this custom css
#td-top-mobile-toggle, .td-search-wrapper {
display: none;
}

Set the code in Theme panel>Custom code>Phones -> https://www.screencast.com/t/Novt6YGDKqGO

Hope this will help you!
Thanks.

Post count: 6

Thank you! Perfect

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