How do I hide categories and archives from appearing on the left side of each page?

Discussion in 'BlackBird WordPress Theme' started by vblaes, Feb 16, 2013.

  1. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    How do I hide categories from appearing on the left side of each page? I would like them to appear on my Blog page only.

    Thank you. Valarie
    www.blaescommunications.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1.page_title {
    display: none;
    }
    .page-heading a {
    display: none;
    }
    This will solve your issue.
     

Share This Page