I have comments disabled for my site. All my pages have "Comments Closed" at the bottom. Is there a way to remove this from the pages? Thanks
If you want to hide that then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: div#commentsbox { display: none; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com