Hey there,
Please add following custom CSS to your theme using Advanced CSS Editor:
.mh-meta-comments{
display:none;
}
Hope it helps.
Hi jvrotherham,
thanks for using MH Magazine lite.
For the comment count on single posts you could add:
.entry-meta-comments { display: none; }
No, in general you shouldn’t modify original theme files because these changes will be lost after theme updates. The provided code is CSS code, so you need to add it the same way as you did with the previously provided CSS code.
When it comes to CSS customizations, you can always use tools like Firebug or your browsers inspection tool to inspect the particular elements, check how the CSS has been applied and then use that information for your own customizations.
Thank you! All sorted now!
(@jvrotherham)
9 years, 11 months ago
At the top of every post and on the static homepage there is date information and a comment icon and number. However, I have disabled comments so they will always show as none. Therefore I am trying to remove the comment icon and number if possible.
Please can you advise the change of code I will need to do this.
Thanks
http://www.itsmillerstime.co.uk