Quote:
Originally Posted by rlpartida
Quick question,
In what template should I change the font size to make it smaller (or larger)???
Thanks
|
which ever style you put the the code in the CSS in this step, i highlighted red what to change.
ACP -> Styles & Templates -> Style Manager -> (Your Style) -> Main CSS
Scroll down to Additional CSS Definitions
At the bottom, Add:
-----------------------------------------------------------------
.portalnav
{
color:#FFCC00;
font: bold
10px verdana;
Text-Decoration: none;
}
.portalnav a, .portalnav a:link, .portalnav a:visited, .portalnav a:hover, .portalnav a:active {
text-decoration:none;
color: #FFCC00;
font: bold
10px verdana;
}