Remove Author, Categories, 'no comments' box

Discussion in 'RoadFighter WordPress Theme' started by nicolev, Oct 20, 2014.

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

    nicolev Member

    Joined:
    Nov 4, 2013
    Messages:
    34
    Likes Received:
    0
    Hi Guys

    How can I remove the Author/Categories/Comment box below each post ( on posts page and on individual posts )

    thank you
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_meta {
    display: none;
    }
    
    Thanks & Regards
    Pramod
     
  3. nicolev

    nicolev Member

    Joined:
    Nov 4, 2013
    Messages:
    34
    Likes Received:
    0
    Thanks Pramod - prompt and worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page