Home › Forums › Gillion Theme › Comments icon showing
Home › Forums › Gillion Theme › Comments icon showing
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; }
Worked perfect!
Nice to hear that. š