Help with deleting date from blog section

Discussion in 'RoadFighter WordPress Theme' started by fluffy74, Apr 16, 2014.

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

    fluffy74 New Member

    Joined:
    Jan 29, 2014
    Messages:
    2
    Likes Received:
    0
    Hello

    The site I am working on includes a blog section, and the date of posts needs to be removed as a function. I have managed to find this code for the individual blog post page- http://www.beeinspired.org/?p=272 but not for the main page listing all posts- http://www.beeinspired.org/?page_id=57

    Any help on if this is possible, and if so, how, would be much appreciated!

    Thanks

    ald277
     
  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-bar .post .post_date {
    display: none;
    }
     
    This will solve your issue.
     
    fluffy74 likes this.
  3. fluffy74

    fluffy74 New Member

    Joined:
    Jan 29, 2014
    Messages:
    2
    Likes Received:
    0
    Fantastic!! Thanks so much!!
     
Thread Status:
Not open for further replies.

Share This Page