How to change comment font?

Posted in: Newspaper
Post count: 8

I found an instruction on css script to use to change the comment form. What I need is to change the comments font left by visitors, the ones you read. Thanks for the help.

Post count: 23312

Hello AmazingLifeDaily,

If you want to change the comment font, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area. Please notice that the code which you call with CSS will have to be loaded in your theme from Theme panel -> http://screencast.com/t/cWelNuSb, otherwise, the font will not be displayed.

The code is ->

.comment .comment-content p {
font-family: Princess Sofia;
}

The result you should see here -> http://screencast.com/t/onrgq7t99t

Thank you for the message!

Post count: 8

Thank you. It worked flawlessly. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.