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.
Wow, good job. That was a lot of work.
ReplyDeleteCool, I will bookmark this.
ReplyDeleteGlad you liked it Alice. This makes me feel I haven't completely wasted up my time. (It's useful for at least somebody else too!)
DeleteBy the way, I noticed your blog moved. Have you deleted all the stuff on your personal de-conversion experience? Just wondering. As I said before, I liked the way you were describing things.
Yes, I have deleted them for now. I explain that since my husband hasn't read it (although he knew I was writing it) I felt strange about having it public. I still have it saved in several formats, so it will probably reappear someday:)
DeleteThis is actually VERY useful. I'm customizing just about everything on my blog, and the existing ugly fonts on the comment section were driving me crazy. Thank you!
ReplyDeleteI'm glad it helped. And thanks very much for telling me! Hope it helps boost your creativity and multitasking!
ReplyDeleteThank you SO much! I found another tutorial that didn't help at all but this is so easy. Really appreciate it!
ReplyDeleteYou are very welcome. In this blog, we focus on rationality, that includes a logical approach to everything in life, including writing down, whatever little we know, in a nice, structured, manner.
ReplyDelete