Shape 5

Joomla Free Templates => Design Control - Free => : zaidi January 26, 2014, 12:42:42 AM



: How to increase DEFAULT font size?
: zaidi January 26, 2014, 12:42:42 AM
Hi,

I am using "Microsoft Uighur" font (while I have a RTL site), which has a very small size display. Therefore, at  the default size of Design Template, it is almost impossible to read.

Please tell me, how I could increase the DEFAULT font-size of Design Template?

Thanks and Regards


: Re: How to increase DEFAULT font size?
: mikenicoll January 28, 2014, 01:52:51 AM
Hello,

In the Template Manager > Javascripts if you disable the Font Resizer script then you can specify a larger font on the body at Template.CSS - Line 3

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #5F5F5F;
    font-size: 0.8em;
    line-height: 184%;
}

You can also specify specific font sizes for specific areas by using !important calls but if you do this on the body the font-resizer will not work anymore since it will be overridden.

-Mike


: Re: How to increase DEFAULT font size?
: godinperso April 22, 2014, 02:35:22 PM
After changing the Font Size, my website does not display correctly anymore. All items shows one under the other. Looks like the template is not used anymore. Why? Even if I put it back to what is was, it doesn't work


: Re: How to increase DEFAULT font size?
: godinperso April 22, 2014, 02:59:02 PM
Looks like there is issues with my vertex.json when I do modification. If I rename the file, I get parts of my template back.


: Re: How to increase DEFAULT font size?
: mikek April 23, 2014, 12:17:21 PM
Hello,

Your json file would have to be corrupted then. There's nothing in the template that would cause this, it simply saves the settings to the file. Perhaps something timed out while trying to write to it on your server. Does your hosting provider do backups? Perhaps they have a backup of the json file you could restore with.