Remove “Category Archive” Title
Okay, resolved my earlier problem. Thanks Andrew!
Now I have a new one.. I’ve read all of the threads on creating a child theme (not sure where you are supposed to make a file even) but I just want to get rid of the “Catgory Archive” that shows up before every title. I honestly would even be fine with getting rid of the whole title on Blog pages. There has to be another way to do this
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Jillian
Creating a child theme is a slightly more advanced. Using some custom CSS is generally a little bit easier. The problem with custom CSS though is that you’re hiding text that’s still technically in your HTML.
This thread goes over the child theme method – https://siteorigin.com/thread/rename-category-archives/. You’d just need to make the category pages return empty strings.
To use custom CSS to remove those archive titles.
#page-title { display:none; }Just navigate to Appearance > Custom CSS and paste in this code.
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.