,
Custom Search

Sunday, October 13, 2013

CSS For Changing The Wording Of The Commentor

This code worked for me in at least one of my blogs for adding "said:" to the comment after the user's name...I image you could change it to whatever word you wanted. This was only tested on regular templates, not the dynamic views.

Thanks to Yoboy for figuring this out for me.

.comments .comments-content .user:after{
content
: " said: " !important;
}
.comments .comments-content .icon.user:after{
content
: "said: " !important;
font
-size: 0px !important;
}


Mishka
Official Blog*Star/Blogger TC
Testing Blogger

No comments: