Remove post date?

Discussion in 'RoadFighter WordPress Theme' started by falcott, Jun 30, 2013.

  1. falcott

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Hi, is there a way to remove the post date that appears beside the blog post title? (It's in a box that looks like a speech bubble.)
    Please provide the code.
    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:
    .content-bar .post .post_date{
    display:none;
    }
    This will solve your issue.
     

Share This Page