Home>Support>Remove “Category Archive” Title

Remove “Category Archive” Title

By Jrosa14, 10 years ago. Last reply by Greg Priday, 10 years ago.

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 29 days ago Greg Priday
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More