Shape 5

Joomla Templates => Sportopolis - Club => : rjkoolio December 26, 2012, 04:51:56 PM



: Changing default font size
: rjkoolio December 26, 2012, 04:51:56 PM
Is there a way i could change all the current and future articles to be one default text size.  Im not sure which .css file it would be or what code i would have to put in/remove.  Thanks!



: Re: Changing default font size
: mikenicoll December 26, 2012, 06:07:55 PM
Hello,

You can adjust the font of each article individually with coding in the editor or you can override all the outputs at this line of code.

template_css.css - line 130

td, div {
    font-size: 12px;
}