Delete off blog

Discussion in 'Blackriders WordPress Theme' started by sunjeep8777, Jul 18, 2014.

  1. sunjeep8777

    sunjeep8777 New Member

    Joined:
    Jul 17, 2014
    Messages:
    7
    Likes Received:
    0
    How do I delete the circled things from appearing on my blog posts home screen?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .post .post_meta .post_category {
    display: none;
    }
    .post .post_meta .postc_comment {
    display: none;
    } 
    This will fulfill your requirement.
     

Share This Page