Need help removing comment count bubble in Twenty Eleven
-
Could someone guide me in how to use CSS to remove the comment count bubble globally from my blog? And of course if I’m wrong and it’s unnecessary to do it through CSS, that would be great, too. THANK YOU!
The blog I need help with is: (visible only to logged in users)
-
Hello,
I assume that you have purchased the custom design upgrade. This thread has been flagged and will be moved to the CSS forum where you will be able to get help with CSS editing. Please be patient while waiting. -
Add this to the CSS window (after removing the informational text).
#content .entry-header .comments-link { display: none; } -
-
- The topic ‘Need help removing comment count bubble in Twenty Eleven’ is closed to new replies.