Page 1 of 1

Increase Size of Clock

Posted: Monday 31 August 2020 23:21
by obatavier
I try to increase the size of the clock in Dashticz. I managed to increase 'blocks' however since 'clock' is not a block I wonder how to increase the size. I will use the Dashticz dashboard on an Ipad but needs a bit bigger to be readible from a distance.

Any help appreciated !.
Onno

Re: Increase Size of Clock

Posted: Tuesday 01 September 2020 17:42
by zenit
Hi,


Add this code to you "custom.css".

Code: Select all

/* Standby Screen */
.standby .clock{
	font-size:250px !important;
      color: #718084!important;
}
.standby .weekday,.standby .date{
	font-size:80px !important;
    color: #4E585B !important;
}
Adjust font-size and color to your needs.

Cheers!

Re: Increase Size of Clock

Posted: Wednesday 02 September 2020 19:56
by obatavier
GREAT!. this works like a charm.. thanks