#Struggling to find the right selector to change background color

1 messages · Page 1 of 1 (latest)

dapper kindle
#

I have a bubble card to control a window cover. I want to do this with a slider.
Slider is working and giving the correct feedback. But i want to change background color of the 'empty slider track' and I can't find the right selector for this. Anyone can help ?

upbeat cobalt
#

I think that's set in the theme rather than a specific selector

dapper kindle
#

Well, after 3 hours of browsing and chatgpt ging me multiple wrong suggestions, I got lucky (I think).

#

.bubble-sub-button-slider-1 {
background: gray !important;
}

#

this worked

#

how can I mark this as resolved?

upbeat cobalt
#

right click on the thread, edit tags