Home>Support>Remove “Category Archives: xyz” from Blog Page

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.

URL: http://bureau.langleyharper.com/ironman/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Magus
    Hi, I Work Here

    Hi kdm-site

    Please try the following in your custom CSS

    #page-title {
        display: none !important;
    }
    

    Hope this helps

    Magus

  2. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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; 
    }
    
  3. 9 years, 6 months ago kdm-site

    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?

  4. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

  5. 9 years, 6 months ago kdm-site

    Yes. Got it. Thanks.

  6. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More