Page 1 of 1

clock function (adjust)

Posted: Friday 24 July 2020 22:03
by NilsNijenhuis
hello,

can someone tell mee why te clock function in the link below looks different then when i use the function (see attachment)
https://dashticz.readthedocs.io/en/mast ... clock.html

my clock looks not as slick als in the link, i would also like to have bigger time and smaller 'day of the week' and 'date' fonts

Re: clock function (adjust)

Posted: Friday 24 July 2020 22:28
by HansieNL
You can customize the look of the clock by adding the following code to your custom.css:

Code: Select all

.block_clock .clock {
	font-size: 50px
}
.block_clock .weekday {
	font-size: 40px
}
.block_clock .date {
	font-size: 30px
}

Re: clock function (adjust)

Posted: Friday 24 July 2020 22:45
by NilsNijenhuis
oke thanks @HansieNL