How do you delete the date from all posts

Discussion in 'Nutrition WordPress Theme' started by mickd, May 10, 2013.

  1. mickd

    mickd New Member

    Joined:
    Apr 3, 2013
    Messages:
    3
    Likes Received:
    0
    I want to delete the date from all posts,

    i have tried this in the ccs options
    but it doesnt work

    .entry-date {
    display: none;
    }

    any suggestions would be great

    thanks in advance

    Mick
     
  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:
    .post .post_date {
    display: none;
    }
     

Share This Page