How to remove search function
-
I am trying to remove the search function from the page.
I found this article https://en.forums.wordpress.com/topic/search-icon-delete-by-home-page-menu/ but no luck.
Seems like any CSS changes I make, nothing happens.
The blog I need help with is: (visible only to logged in users)
-
Please add the following custom CSS via “My Sites → Customize → CSS”:
/* Remove search navigation */ #search-navigation { display: none; }This CSS code will remove the search section on all pages.
-
- The topic ‘How to remove search function’ is closed to new replies.