Log in

View Full Version : How do i change the style of the title?


MScotti
04-04-2011, 04:35 PM
Ciao,
how do i change the style of the title?
I want a smaller font...

JorgeX
04-04-2011, 06:14 PM
The class is something with title on it, search, should be on CMS stylevars

MScotti
04-04-2011, 06:27 PM
I find nothing... :o

Lynne
04-04-2011, 07:08 PM
Here is the class in vbcms.css:
.header {
text-transform:uppercase;
border-bottom:{vb:stylevar vbcms_header_borderBottom};
text-decoration:none;
padding:{vb:stylevar vbcms_header_padding};
clear:both;
}

MScotti
04-04-2011, 07:14 PM
ok...ok i found it! :o
Thank you!