hide Comments word e comment counter
-
Hello everybody.
since i’ve installed the facebook comment on my blog, i removed the basic comment option.
Unfortunately the word Comments and the comment counter doesn’t dissapeard.
Wich is the css code i have to put in order to hide this things?
I use the pro blog theme.
Thanks for your help!
Jacopo
The blog I need help with is: (visible only to logged in users)
-
It doesn’t look like it’s possible to target the comments header or “0 comments” text using CSS in your theme.
-
OK, I had a moment of inspiration, try adding this code to the CSS section of your customiser:
body.single .post_box p:nth-last-child(-n+2) { display: none; } body.single .post_box h3:nth-last-child(-n+3) { display: none; }Make sure you test out how it affects all your posts and pages just in case it introduces any errors.
-
- The topic ‘hide Comments word e comment counter’ is closed to new replies.