How to remove the titles?
Hi,
How to remove the following titles?
“Search Results for: ….”
“Category Archives: …”
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Hi,
How to remove the following titles?
“Search Results for: ….”
“Category Archives: …”
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
10Hi Kamil
This can be done via a child theme but the easiest solution would be to add the following to Appearance > Custom CSS:
/* Vantage Remove Archives Heading */ .archives h1.page-title { display: none; }It has removed heading for the search result but still there is a heading for the category archives (“Category Archives: …”) Any clue how to remove it too?
That’s what I mean: http://autoaccident.es/category/audi-es/
Update:
It has’t removed naything I want to remove…
http://autoaccident.es/?s=
http://autoaccident.es/category/audi-es/
Apologies, that should be:
/* Vantage Remove Archive Heading */ .archive h1.page-title { display: none; }Alternatively please see the child theme solution outlined here: https://siteorigin.com/thread/delete-category-archives/.
Still does’t work. Any other idea?
Sincere apologies. One more time:
/* Vantage Remove Archive Heading */ .archive h1#page-title { display: none; }This one works, but I still would like to remove the search result title: “Search Results for: ….”
Any other CSS?
Thanks :)
Sure, try this.
/* Vantage Remove Archive Heading and Search Results Heading */ .archive h1#page-title, .search-results h1#page-title { display: none; }Works. Thanks a lot!
Super, glad that helped.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.