Remove flag showing number of comments per post in Butterbelly

Discussion in 'ButterBelly WordPress Theme' started by rambler, Sep 17, 2019.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi

    I looked through the threads and found that another user had added this code, and that it worked for her:

    .feature_blog_content .post .post_image .post_comment {
    display: none;
    }

    ....But not for me. I already had code added in custom css as:

    }
    .feature_mid_content {
    display: none;
    }
    .post_content ul.post_meta {
    display: none;
    }

    Would adding the (.feature_blog_content etc) code to the custom css code above prevent it from working?
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    div#commentsbox {
        display: none;
    }
    I hope this is what you are looking for, if this is not the issue then just an edited screenshot of the area which you want to remove, we will then share the solution accordingly.

    Regards,
    Shemaela
    InkThemes.com
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi Shemaela

    Thank you for responding - this has not achieved what I hoped which was to remove the flag showing the number of comments for each post.
    If you look at the attached screenshot they remain in the top right hand corner for each post (I have highlighted them in red).
    I tried adding the code in custom css, saving and then refreshing but they are still there.

    What would you suggest?
     

    Attached Files:

  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .post_comment {
        display: none;
    }
    I hope this will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     
  5. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi Shemaela

    That worked - thank you again!
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You are most Welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page