Removing information from home page listing excerpt.

Discussion in 'GeoCraft WordPress Theme' started by bwdaugherty, Jun 18, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the location line from the excerpt which appears for every listing on the front page. For clarification I will include a photo. Thanks.
     

    Attached Files:

  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:
    .content_wrapper .featured_content .f_post_content .f_post_meta {
    display: none;
    }
     

Share This Page