Cathegory Page and post page

Discussion in 'Compass WordPress Theme' started by naturalium, Dec 15, 2014.

Thread Status:
Not open for further replies.
  1. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Hello, would like to hide (ot to be displayed) the following:

    - On Cathegory pages hide text "Author Archives:name"

    - On post page the navigation text and link to next/previous posts at the bottom of the page

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_content .content_bar h1 {
    display: none;
    }
    #nav-single {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. naturalium

    naturalium New Member

    Joined:
    Nov 27, 2014
    Messages:
    27
    Likes Received:
    0
    Thanks a lot
     
Thread Status:
Not open for further replies.

Share This Page