remove blog page post details

Discussion in 'GeoCraft WordPress Theme' started by leelee, Dec 30, 2012.

  1. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    hi, how can i remove the author/date/category, and comments from the blog post snippets on the blog page, I have figured it out how to remove them on the post itself but cannot figure out how to remove them on the actual blog page.

    thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Options > Custom CSS


    Code:
    .content_wrapper .post .post_meta{
    display:none;
    }
     

Share This Page