How to hide the comments count in the blog post

Home Forums Jevelin Theme How to hide the comments count in the blog post

Home Forums Jevelin Theme How to hide the comments count in the blog post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • sujaselv
    Participant

    Hi,

     

    Please let me know how to hide the comments count in the blog post. which shows in the blue circle in the Blog post.

     

    Solution for this topic

    Hi @sujaselv,

     

    Thank you for your question.

     

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-recent-posts-widgets-count {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    sujaselv
    Participant

    Hi,

     

    Thanks. But it’s still visible.

    Attachments:
    You must be logged in to view attached files.

    Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

    sujaselv
    Participant

    Thank you so much.

    Working now.

     

     

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)