remove search bar from the mobile site

Posted in: Newspaper
Post count: 7

Hello, I have removed the search bar from the desktop site and would like to do the same on other devices (mobile, tab etc) as it is still appearing there. Is there a solution for this?

Mimi

Post count: 21065

Hello!

For this issue we have 2 solutions in different cases:
1. If you don’t have installed the Mobile Theme plugin you can simply edit the responsive layout with TagDiv Composer. Click on the search icon, look about CSS section and there you will find an option called “Display” and you can choose “Hidden” from that list.
For more details, check this: https://www.screencast.com/t/P4CnQZ1n
2. If you have the Mobile Theme plugin installed you can do it if you add this css code right here: https://www.screencast.com/t/YA8y0rEB
The code:

.td-search-icon {
display: none !important;
}

Hope that helps you!

Thank you!

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