How to Do This?
- Go to Dashboard - Template - Edit HTML - Proceed - Find for /* Variable definitions - Paste the following directly below the lines (See image below)
<Group description="Comment Font" selector=".comments .comments-content .comment-content, .ss">
<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"/>
</Group>

- Click on Save Template when you're done. Should you receive a bx error, delete Line 1 and Line 5 from the code above and try again.
.comments .comments-content .comment-content, .ss{
font: $sscommentfont;
color: $sscommentcolor;
}

- Click on Save Template when you're done.

You should now see a new entry -- Comment Font. Click on it, and the rest is self-explanatory.
Post a Comment