Archived topic
How to disable bottom search box on Nothing Found Page?
3 replies · Started by bluebit on November 20, 2018
Viewing posts 1–4 of 4
How to disable the search box on the bottom of the nothing found page see link.
This CSS should do it:
.search-no-results .entry-content .search-form {
display: none;
}
Let me know :)
it worked, thank you
You're welcome :)
This archived topic is closed to new replies.