hello,
if you mean change body font size you may do that at file:
{site}/templates/empire/css/style.css
find rows look like
Code: |
body {
font-size: 13px !important;
line-height: 1.5 !important;
}
|
and replace to
Code: |
body {
font-size: 23px !important;
line-height: 1.5 !important;
}
|
Thanks,
OrdaSoft team