Weather by You!
Templates and Projects support => Html Templates => Topic started 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
-
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
-
Thank you I think I can do that. Terry