Remving "posted by ... at ...."

Discussion in 'Figero WordPress Theme' started by rostin, Dec 4, 2012.

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

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hello,
    I do not want post info to be displayed.
    I used this code but did not work.
    post_meta{ display:none; }
    Please advise.
    Tnx
     
  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-info .light {
    display: none;
    }
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    It worked. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page