How do I get rid of date?

Discussion in 'RoadFighter WordPress Theme' started by elly10, Mar 14, 2014.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi,

    How do I stop the date from showing in the posts? I don't want the posts dated so how do I switch that off?

    Kind regards

    Elly Chappell
     
  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:
     .content-bar .post .post_date {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page