hide search button on mobile

Posted in: Newspaper
Post count: 9

Hi,
I want to hide search button on mobile.
How to?
https://www.picz.in.th/image/fyTHyN

help, please
Thanks

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
{
display: none;
}

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

Thank you.

Post count: 9

If i want to add social icon in here
How to

Thanks

Post count: 35449

Hi,

If I understand correctly you want to change the search button with an social icon, that can be done just if you make changes on theme file.
I recommend you to do that only if you have the proper skills; if you haven’t you can consider it to hire a developer.

Thank you for your understanding.

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