I just implemented the 'sunrise' block on my dashboard and found code to change the color and font size which helps a bit.
I however would like to make the icons bigger or change them or i would like to have a title visible
my CUSTOM.js;
Code: Select all
blocks['riseset'] = {type: 'sunrise', title: 'Sunrise Sunset', width:6} <-- type and width works, title doesnt appear
Code: Select all
.sunriseholder, .sunriseholder .wi { font-size: 15px !important;font-weight: bold !important;height:60px } <-- these 3 work
.sunriseholder .wi-sunrise {color: yellow !important; }
.sunriseholder .wi-sunset {padding-left: 20px !important; color: orange !important;}
/*.sunriseholder .title { display: flex !important; }*/ <-- doesnt work, contents and list-item also tried
/*.sunriseholder .wi-sunrise img {max-width: 50px !important;}*/ <-- doesnt work, with the 2nd line .wisunriseholder .wi-sunrise size no result
Any help is greatly appreciated