comment bubble in HUM
-
Hello!
Does anyone know how to get rid of the grey comment bubble in each post? (using css). I still want to leave comments, but want a more simple design
Thanks in advance! :)
The blog I need help with is: (visible only to logged in users)
-
If you want to display the number, but just hide the bubble, you can use the following Custom CSS:
.entry-header .comments-link a {
background: none;
}You could also specify your own image if you’d rather do that.
-
-
- The topic ‘comment bubble in HUM’ is closed to new replies.