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.

Remove “Category Archives: xyz” from Blog Page

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Magus Staff 10 years, 10 months ago

    Hi kdm-site

    Please try the following in your custom CSS

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

    Hope this helps

    Magus

  2. Andrew Misplon Staff 10 years, 10 months ago

    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. kdm-site 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    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. kdm-site 10 years, 10 months ago

    Yes. Got it. Thanks.

  6. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread