I'm trying to change the color of the title and state if a block has the off state.
Code: Select all
/* State Off */
.col-data .off {
color: #6A6A6A !important;
}

The title is still an other color. Can you tell me how to change the title?
Moderators: leecollings, htilburgs, robgeerts
Code: Select all
/* State Off */
.col-data .off {
color: #6A6A6A !important;
}

The `.off` and '.on' classes as only applied to the icon part.HansieNL wrote: Sunday 14 April 2019 20:15 @Lokonli :
I'm trying to change the color of the title and state if a block has the off state.Code: Select all
/* State Off */ .col-data .off { color: #6A6A6A !important; }
The title is still an other color. Can you tell me how to change the title?
Check this:HansieNL wrote: Sunday 14 April 2019 20:15 @Lokonli :
I'm trying to change the color of the title and state if a block has the off state.Code: Select all
/* State Off */ .col-data .off { color: #6A6A6A !important; }
The title is still an other color. Can you tell me how to change the title?
Users browsing this forum: Amazon [Bot] and 1 guest