Archived topic
Removing "Search Results for: Keyword" From Archive Title
3 replies · Started by Mihail on October 8, 2022
Hello, I want to remove "Search Results for: Laptop " from the archive title. I just want the block I created: Search Results on this Website to appear.
Here's an Imgur link: https://imgur.com/a/zvZIXan
I stumbled upon this support topic: https://generatepress.com/forums/topic/removing-search-results-for-from-archive-title/ and it successfully removed the "Search Results for:" part of the archive title. I also want to remove the phrase written in the search bar to be removed, in my case the entire "Search Results for: Laptop " section.
Thank you in advance,
Mihail.
Hi Mihail,
Try adding this in Appearance > Customize > Additional CSS:
body.search header.page-header {
display: none;
}
Thank you Fernando, this worked well!
You're welcome Mihail!