How do remove all of the author, time, etc info on all posts please?

Discussion in 'Infoway WordPress Theme' started by leadology, May 25, 2013.

  1. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    Please see screen shot. I dont want any of that information on the individual posts or when the posts are shown in a category etc. Thank you:)
    paratus-post-screenshot.png
     
  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-bar .post .box .post_meta {
    display: none;
    }
     

Share This Page