Remove frontpage blog comment notification

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

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Would like to remove the comment notification box found on the featured blog image presented on the front page. Thanks again!
     
  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_image .post_comment, .content-bar .post .post_image .post_comment {
    display: none;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page