Disable search position on mobile header

Posted in: Newspaper
Post count: 10

i want Disable Search from mobile
it disables from the desktop site but i do not find an option to to disable for mobile
hide-search

  • This topic was modified 7 years by Chetan.
Post count: 35449

Hi,

In order to hide the search button on mobile please go in WP Dashboard Newspaper>Theme panel > Custom code> Custom css and paste this code there
#td-header-search-button-mob, .td-search-icon
{
display: none;
}

https://www.screencast.com/t/Am7S6pyXkFSy
See results: https://www.screencast.com/t/pgmUVx0VgDo4

Thank you.

Post count: 10

Thanks

Post count: 34

Very helpful!

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