change font comment form

Posted in: Newspaper
Post count: 109

What custom CSS code do i need to change the font type and size of the comment form:

– comment author name area
– author author email area
– comment text area

Thanks in advance!

Post count: 7909

Hi,

You can use custom css for that area as there is no option in panel. Please try this – http://screencast.com/t/0RPgK3NhRQ

.comments #author {
font-size: 15px;
font-family: Roboto;
}
.comments #email {
font-size: 15px;
font-family: Roboto;
}
.comments #url {
font-size: 15px;
font-family: Roboto;
}
.comments #comment {
font-size: 15px;
font-family: Roboto;
}

Hope this helps!

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