Hide date from displaying on posts

Discussion in 'Poloray WordPress Theme' started by wilsonsk, Jan 10, 2013.

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

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    Is there a way I can hide the date from displaying on the posts and the blog template?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_date {
    display: none;
    }
     
  3. wilsonsk

    wilsonsk New Member

    Joined:
    Dec 19, 2012
    Messages:
    14
    Likes Received:
    1
    Perfect, thanks!
     
Thread Status:
Not open for further replies.

Share This Page