Hide post meta data and publish dates

Discussion in 'GeoCraft WordPress Theme' started by jrpubs, May 14, 2014.

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

    jrpubs New Member

    Joined:
    May 7, 2014
    Messages:
    22
    Likes Received:
    0
    Can you supply code for custom.css to remove line of post meta data from posts and pages and anywhere else it would show up.

    Also the code to remove line publish date: from all listings and anywhere else it would show up.

    Searched forum but did not find it.

    Thanks very much.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    .content_wrapper .post .post_meta{
    display: none;}
    .ar_desc tr:nth-child(2)
    {
    display:none;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. aciocan

    aciocan New Member

    Joined:
    Jan 12, 2014
    Messages:
    23
    Likes Received:
    0
    How would I go about hiding the published date in the Recently Listed widget area?
     
  4. Gourav

    Gourav Support Staff

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

    Hello,

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

    Code:
    p.post-date {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. aciocan

    aciocan New Member

    Joined:
    Jan 12, 2014
    Messages:
    23
    Likes Received:
    0
    Thank you Gourav.
     
Thread Status:
Not open for further replies.

Share This Page