Disable search

Posted in: Newsmag
Post count: 28

Hi staff, How can I disable the search button and function in my site?
Here https://farmaci.torrinomedica.it/

actually I have about 16.000 post and every time one user makes a search, the DB go down…
so I want to disable it and I want to use google and a specific plugin to insert a search engine on my site..

I’d like to hide the serach button on heder (desktop and mobile)
please can you help me?
thnkx a lot
alessandro Gennari

Post count: 23312

Hi,

If you want to disable the Search functionality, you need to use a bit of CSS code for this to hide it. Use the code below and place it in Theme panel -> Custom CSS area.

Check the code ->

.header-search-wrap .td-icon-search{
display:none;
}

If you want to integrate the Google Search, you can use the following tutorial from here -> https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/ -> https://forum.tagdiv.com/topic/how-to-create-a-google-custom-search-page/

Thanks.

Post count: 14

I was placing your code into Custom CSS Fields in the Theme Panel but it’s still there, nothing changed.

Post count: 28

…it works, thnkx!

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