Quote:
Originally Posted by gsmworldone
hi.. How can I resize the font size? i can't see it on styles and templates on my vB4...
TIA

|
Edit the template additional.css and find:
Code:
.cms_widget {
background: #222937 url(images/misc/blog/gradient-black-down.png) repeat-x !important;
margin-bottom: 15px;
}
Add below:
Code:
.forumtitle {
font-size: 14px !important;
}
Change the value 14px to the size you would like to use

.