Remove "Comments Off" icon from posts

Discussion in 'BizWay WordPress Theme' started by amberp, Feb 14, 2013.

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

    amberp New Member

    Joined:
    Dec 11, 2012
    Messages:
    24
    Likes Received:
    1
    Hello, I'd like to remove the "comments off" icon from my posts using this theme. Can you please tell me where and what code to edit?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_meta .post_comment {
    display: none;
    }
     
    amberp likes this.
  3. amberp

    amberp New Member

    Joined:
    Dec 11, 2012
    Messages:
    24
    Likes Received:
    1
    Thank you very much! This worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page