how to remove date, author, category etc. from blog posts?

Discussion in 'Squirrel WordPress Theme' started by lnmarketingservices, Jul 14, 2014.

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

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
  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:
    .page-content .content-bar .post .post_meta {
    display: none;
    } 
    This will solve your issue.
     
  3. lnmarketingservices

    lnmarketingservices Member

    Joined:
    Jan 19, 2013
    Messages:
    46
    Likes Received:
    0
    Thank you , this fixed the issue :)
     
Thread Status:
Not open for further replies.

Share This Page