I have fa-bolt icon to "huidig verbruikk" and "verbruik vandaag", but is shows the sun icon
In fact whatever I fill in as Icon, it does not use it and stays a sun
The config.js part is this
Code: Select all
blocks['518_1'] = {}
blocks['518_1']['title'] = 'Huidig verbruik';
blocks['518_1']['icon'] = 'fas fa-bolt';
blocks['518_1']['width'] = 4;
blocks['518_1']['switch'] = true;
blocks['518_2'] = {}
blocks['518_2']['title'] = 'Verbruik vandaag';
blocks['518_2']['icon'] = 'fas fa-bolt';
blocks['518_2']['width'] = 4;
blocks['518_2']['switch'] = true;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;