Hi
You need check this setting in your template settings
Or you need in file
classic.frei-auto.ch/templates/protostar...cc6e2b56d4ffe803948f
find code:
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
background-color: #fff;
}
and replace to code
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 18px;
color: #333;
background-color: #fff;
}
Regards
Andrew
OrdaSoft team