How Do I disable the days/time stamp?

Discussion in 'ClassiCraft WordPress Theme' started by calvinhon, Oct 25, 2013.

  1. calvinhon

    calvinhon Member

    Joined:
    Apr 1, 2013
    Messages:
    105
    Likes Received:
    3
    Hi Support,

    Can you show me how I can have it hidden or disable, please?
    Thanks, oh see attached for reference.
    Regards,
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Settings > Theme Option > Styling Option > Custom CSS

    Code:
    ul.list li.thumbnail .post_meta li.estimate{
    display:none;
    }
     

Share This Page