Can I change the 'Post a Comment' heading and replace with an image?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I would appreciate getting a response to my earlier question. Thank you.
I’m not happy with the delay
-
Inappropriate?Hey,
Sorry for the very late response.
You can simply hide the "Post a new comment" text with this CSS code (add it anywhere in your own blogs stylesheet):
#idc-container-parent #idc-container .idc-new h3 {
display: none;
}
If you want to hide both headers (Comments (##) and Post a new comment), this code should do it:
#idc-container-parent #idc-container h3 {
display: none;
}
Again, sorry for the very late response. Thanks for your patience.
-
Thank you Isaac.
Loading Profile...


