Login     Sign up
how to resize comment font
squalleonhart06 (@squalleonhart06)
Join date: Jun 5th 2010
Community posts: 30
View Profile
Send Message

i need to resize the size of font in comment box.need to make it smaller

168 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

open: /files/common_css/style.css

find:
[code].fpost {
font-size:1.5em;
border: #C6D9EB 1px solid;
background: #EEF3F9;
color: #3A74AD;
}[/code]

change: [b]1.5[/b] to a new value - higher for a bigger font, lower for a smaller font.

168 months ago
squalleonhart06 (@squalleonhart06)
Join date: Jun 5th 2010
Community posts: 30
View Profile
Send Message

thanks .solved

168 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

That's correct. But you'd better insert the codes to your "/themes/YOUR_THEME_FOLDER/page.css". Because the style.css will probably be replaced in upgrades.

168 months ago