Styling slider's label, how to use selectors?

I’m trying the ui builder for the first time, it seems easy to understand, however, I’m having trouble changing the style of the label in the sliders.
They seem to be nested elements, but their children seem to be locked, and their style list grayed out. I get that I can remove the label and add one of my own as a workaround, but my goal is: understanding what’s going on and how to use the selectors the right way.
May I ask what’s the deal with sliders and what’s the proper way to access their child objects?
Edit: Found out how from a youtube video, it can use a bit of noob friendly documentation.

You can see everything in the debugger:

So:

.unity-base-slider > .unity-base-slider__label {
   min-width: 40%;
   width: 40%;
   white-space: normal;
}
1 Like

Hi! Can you share that video? I am pulling out my hair over the slider config there.

https://www.youtube.com/watch?v=VxpydMOgkGU

2 Likes