"Add Code to Differentiate Author comments From others"
Here is simple code which you have to install in your template, which differentiate author comments from Visitors Comment in your blog comment section. You can change color what you want of background. Font Style and color. This modification is in two parts , that is CSS , Stylesheet. We first modify CSS part.
Follow Steps :
1. Login your blogger account.
2. Go to your template by click first, Layout then Edit HTML.
3. Backup your existing template to revert back in any fault.
4. Find comment section in template , it is always at the upper part
of templates, for quick search You can find by pressing ctrl+f and
insert line in search box popup, what you have to search is
.comment-body { or .comment-author { , if you find any one
between two these then good other wise search manually in CSS
part related to comment
5. Now copy paste code given in "red color" just like given in colored
box below.
Here is simple code which you have to install in your template, which differentiate author comments from Visitors Comment in your blog comment section. You can change color what you want of background. Font Style and color. This modification is in two parts , that is CSS , Stylesheet. We first modify CSS part.
Follow Steps :
1. Login your blogger account.
2. Go to your template by click first, Layout then Edit HTML.
3. Backup your existing template to revert back in any fault.
4. Find comment section in template , it is always at the upper part
of templates, for quick search You can find by pressing ctrl+f and
insert line in search box popup, what you have to search is
.comment-body { or .comment-author { , if you find any one
between two these then good other wise search manually in CSS
part related to comment
5. Now copy paste code given in "red color" just like given in colored
box below.
