Change capital Letters

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 16, 2013 3:04 pm
Reply with quote
Report this post
Hello,

I could know how i can change capital letters from the menu to small letters, and change the font of the template. How i can do that?

Thanks in advance!
User avatar
Senior Boarder

GK User
Mon Sep 16, 2013 5:29 pm
Reply with quote
Report this post
Hi,

In general you can change the capital letters in all places by changing in the CSS files:

Code: Select all
text-transform: uppercase;


to:

Code: Select all
text-transform: none;
User avatar
Administrator

GK User
Tue Sep 17, 2013 8:43 am
Reply with quote
Report this post
Thank you for your help. The font how i can change it?
User avatar
Senior Boarder

GK User
Tue Sep 17, 2013 8:52 am
Reply with quote
Report this post
The font family can be changed in the template settings in the "Fonts" tab.
User avatar
Administrator


cron