How to change the tile "ON" background with CSS

Thank you sir for pointing me directly at the answer, I was in several of the guides this past week, including this one and never saw that exact post.

For other in search of... this is the ultimate answer to the above question

#tile-14[style*="background-color"] {
background-color: rgba(255, 0, 0, 1)!important;
}

I can't tell you you how many countless hrs I was coming for this answer :slight_smile:

Thanks again!

3 Likes