Comments icon showing

Home Forums Gillion Theme Comments icon showing

Home Forums Gillion Theme Comments icon showing

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

    How to disable comments icon showing on Blog Sliders after comments options are disabled.

    Hi @Qommunica,

     

    Thank you for your question.

     

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

     

    Best regards,
    Shufflehound team

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

     

    .post-meta-content a.post-comments {
        display: none !important;
    }

     

     

    John Arena
    Participant

    Worked perfect!

    Shufflehound
    Moderator

    Nice to hear that. 🙂

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