OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Content font size

fruchttee1 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Content font size 5 Years, 10 Months ago
Karma: 0  
Hello,

My content font is small. I can make it bigger.

classic.frei-auto.ch/index.php/occasionen-a

Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Content font size 5 Years, 10 Months ago
Karma: 102  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»