Hiding the search bar on your site

If you want to hide the search bar of your site, follow these steps:

1) Login to the dashboard of the site you want to hide the search bar from.

2) Go to Appearance > Additional CSS

3) Paste the following code at the very bottom of the text area:

/* Hide search box */

.covernews-widget.widget_block.widget_search{

display: none !important;

}

4) Click the "Publish" button at the top.

Article Details

Article ID:
375