After I installed Stramm the fonts underneath the thumbs went to italic. Where can I change it back to normal? Sorry if this is already posted.
That's usually not something I change... depends on the theme you're using. If you switched it, the font style may change.
themes/your_theme/style.css
find
.thumb_num_comments
and change
font-style : italic;
to
font-style : normal;
And nice that I'm installed now ;) ... feels pretty cool.
Thanks it worked! :)