remove date, post category, author and comment info from blog posts

Discussion in 'Slice WordPress Theme' started by kmld_521, Aug 30, 2013.

  1. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    How do I remove the following line from the blog posts?
      • August 30, 2013
      • / By _____
    Thanks!




     
  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_bg .content_bar .post .post_meta {
    display: none;
    }
     

Share This Page