remove blog info

Discussion in 'Squirrel WordPress Theme' started by shawkins, Oct 14, 2013.

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

    shawkins New Member

    Joined:
    Mar 28, 2013
    Messages:
    14
    Likes Received:
    0
    I want to remove the following blog post info from each blog post:
    - who the post is posted by
    - if there are comments
    - the date of the post

    Please instruct. Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content .content-bar .post .post_meta {
    display: none;
    }
    
     
  3. shawkins

    shawkins New Member

    Joined:
    Mar 28, 2013
    Messages:
    14
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page