lacymorrow / casper

Casper 👻 theme for Wordpress
http://lacymorrow.com/casper
GNU General Public License v2.0
557 stars 93 forks source link

[help-wanted/beginner friendly] How to remove comment counters in post #120

Open brucelee206 opened 7 years ago

brucelee206 commented 7 years ago

I'm using facebook comment already, so I disabled comments in post. However I still see comment counter in each post as below Comments

0 comments I suppose I can add some custom css code to hide it, something similar to:

.post_comments {
display:none!important;
}

but I don't know exactly the name of variable to hide. Could you help?

lacymorrow commented 7 years ago

Does #comments work, or does it also remove your facebook comments?

lacymorrow commented 6 years ago

Has this been resolved on your end @brucelee206 ?

I'd like to close this but want to fix if the issue remains.