Remove “Category Archives: xyz” from Blog Page
I have created nav links in menu for Categories so I can have ‘two’ blogs. However when I goto a blog page (Category) – I see “Category Archives: Name of Category”
How can I remove this. I’ve tried lots of custom CSS – no luck, and I can’t find it in style sheet.
Please help. Thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi kdm-site
Please try the following in your custom CSS
#page-title { display: none !important; }Hope this helps
Magus
Up-vote!
If you need to make specific to archive pages, you could also try adding the archive body tag before the page title ID like below:
/* Hide Archive Page Title */ .archive #page-title { display: none; }That did not work. I used the “Hide Archive” code. I have tried ten different codes provided by SiteOrigin in various Support threads. No luck.
Is there more information I can provide to try and resolve?
Did you perhaps get a chance to check my response on your other thread. There is a closing bracket issue in your Custom CSS, nothing will render after this point.
Yes. Got it. Thanks.
Super, glad to hear you’ve made progress :)
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.