Tagged: hide comment meta
How can I remove the “No Comments” that appears in my posts under the “NewsCard” theme. It looks visually ugly on the website layout.
Site: https://aliancaesportiva.com.br/
Hi @vittoriadanderfer,
To remove the Comment Meta, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.entry-meta .comments { display: none; } .entry-meta > .author:after { content: ""; }
Thanks