Remove search option entirely
-
I would like to remove the search option enitirely from my site. I don’t wish to just disable the search and have my visitors be directed to an “error 404” page. Can anyone assist me with accomplishing this via css or a plugin recommendation? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add this snippet:
.search-toggle { display: none; }Let me know if that works for you.
Thanks,
-
- The topic ‘Remove search option entirely’ is closed to new replies.