How to remove icon beside comment author on blogger comments?
This trick will make your blogger blog commenting system looks less like a typical blogger blog.
Then find this code line:
| <dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'> |
Then remove this part from the line:
| + data:comment.authorClass |
Remember not to remove the ' at the end.
So after removing the code will look like this:
| <dt expr:class='"comment-author "' expr:id='data:comment.anchorName'> |
Actually you can just copy and replace the original line.
0 comments:
Post a Comment