badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove comment counter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #75863
    vittoriadanderfer
    Participant

    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/

    #75877

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.