I can't believe I spent time doing this, i.e., finding a way to change the fonts on the comments field, but it was easy, thanks to these instructions. I was prompted to do by Sabio's comment.(Fonts on the comments field were bold (and big and ugly).) So, here is the algorithm:
First, save the current remplate:
Design > Template > Customize > Advanced
and you will see a new entry, Comment Font, which can be edited.
First, save the current remplate:
Design > Template > Backup/Restore > Download Full Template > CloseThen
Edit HTML > ProceedWithin the HTML code, just below the lines
/* Variable definitionsinsert the code
====================
Then, just above the line<
Variable
name
=
"sscommentfont"
description
=
"Comment Font"
type
=
"font"
default
=
"normal normal 100% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif"
value
=
"normal normal 100% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif"
/>
<
Variable
name
=
"sscommentcolor"
description
=
"Comment Color"
type
=
"color"
default
=
"#000000"
value
=
"#000000"
/>
#comments {insert the code
Click Save Template. Then go again to.comments .comments-content .comment-content, .ss{
font
: $sscommentfont;
color
: $sscommentcolor;
}
Design > Template > Customize > Advanced
and you will see a new entry, Comment Font, which can be edited.