Weather by You!

Templates and Projects support => Html Templates => Topic started by: tfavors on May 24, 2013, 09:14:50 PM

Title: Weekday on Clock Face
Post by: tfavors on May 24, 2013, 09:14:50 PM
I noticed the weekday on the face of the clock.  Is there away to increase the font size of the weekday?  Thanks, Terry
Title: Re: Weekday on Clock Face
Post by: Mr.Meteo on May 25, 2013, 07:02:38 AM
Hi Terry,

For this, you have to edit other js file: clockt.js.
This file is the "code" file, you will find on line #169

am.style.fontSize = (this.font_size * 2 / 3) + 'px';

...and on line #180:
zn.style.fontSize = (this.font_size * 2 / 3) + 'px';

change the parameter in red, this is the size 'Formula"


Regards,
Jacques
Title: Re: Weekday on Clock Face
Post by: tfavors on May 25, 2013, 07:58:14 AM
Thank you I think I can do that.  Terry