To hide Name of Commentor in Blog Comment, like this.
You can use this code to Custom CSS.
You can also use Comment widget so you can add Comment features with more style/function.
div.comment-list span.author {
display: none;
}
Result
To hide Name of Commentor in Blog Comment, like this.
You can use this code to Custom CSS.
You can also use Comment widget so you can add Comment features with more style/function.
div.comment-list span.author {
display: none;
}
Result