post meta for Andrina

Discussion in 'Andrina WordPress Theme' started by brigitte, Mar 20, 2013.

  1. brigitte

    brigitte New Member

    Joined:
    Jun 30, 2012
    Messages:
    1
    Likes Received:
    0
    How do I remove the "category, posted, by" etc meta from each post in Andrina?
     
  2. Gourav

    Gourav Support Staff

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

    Code:
    .content-bar .post .post_meta {
    display: none;
    }
     

Share This Page