Blog Info Bar

Discussion in 'ButterBelly WordPress Theme' started by bwdaugherty, Jan 24, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to remove the info bar but leave the post description on the frontpage blog feature posts and remove the info bar (ie Date, Author, Cat) from the individual posts. appreciate the assistance.
     
  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:
     .feature_blog_content ul li .post_meta {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page