« See all FAQs for Unite - WordPress Business, Magazine Theme
How do I remove the “Comments Off” text on the ribbon?
You can remove the “No Comments” or “Comments Off” text by uncommenting the code in the CSS file, style-default.css, at or about line 80:
.ribbon span span {
/* display: none; uncomment to hide "No Comments" or "Comments Off" text */
font-weight: normal; font-size: 1em; float: none; }
After removing the CSS comments it should look like this:
.ribbon span span {
display: none;
font-weight: normal; font-size: 1em; float: none; }


