Change font size of only one item
Posted: Sunday 15 September 2019 12:34
See attachemnt.
I like to change the font size off only one block(the 'blue' data), what whatever I try it does not change.
Any help is more than welcome
Any help is more than welcome
Code: Select all
var variables = {}
blocks['v1'] = {
switch: true,
title: 'Domoticz Uptime',
image: 'duptime.png',
width: 12
}Code: Select all
}
#newsTicker li {
font-size:20px !important;
}
.col-data span { font-size: 30px; margin-left: 25px; font-weight: 600; color: deepskyblue; font-variant: small-caps;}
/*.col-data .title { font-size: 25px; margin-right: 25px; font-weight:220; color: dodgerblue;font-variant: small-caps;}*/
.containsicalendar {
}
.containsicalendar .items {
font-size: 175%;
}
.publictransport div {
font-size: 20px;
}
.title {
font-size:20px;
}
#newsTicker li {
font-size:20px !important;