Page 1 of 1

Enable title and/or bigger iconsize 'sunrise'

Posted: Wednesday 09 November 2022 8:48
by Maikel76
Hi all,
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
my custom.css

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
unfortunately google doesn't helps me much because i don't know in which placeholder i need to change things
Any help is greatly appreciated