How do I remove comment count from my Blog page?

Home Forums Jevelin Theme How do I remove comment count from my Blog page?

Home Forums Jevelin Theme How do I remove comment count from my Blog page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • ipf_ivan
    Participant

    Hi,
    To begin with, our company’s website has a page where we post blogs. We do not want any comments under these posts and the function has been disabled, with that there is no problem. However there is still a part of the main blog page named Recent Posts which contains a field where the number of comments for each blog are displayed. The problem is that I cannot find a way to remove that field. Any help will be much appreciated!

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

    Solution for this topic

    Hi @ipf_ivan,

     

    I hope you are well today and thank you for your question.

     

    You can remove 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

    ipf_ivan
    Participant

    Thanks for the help Shufflehound team the problem is now solved 🙂

    You are most welcome here 🙂

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