How to remove the post info?

Discussion in 'Gommero WordPress Theme' started by designstouch, Mar 22, 2014.

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

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi,
    How can i remove date, admin, comments and category info from the entire theme from each post.

    Thank you!
     
  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:
    .content_wrap .content .post .post_meta {
    display: none;
    } 
    This will solve your issue.
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Piyush,
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page