How to set Label component CSS values in the stylesheet.css in Edge Perspective

I am trying to set CSS values for the Label component in the stylesheet.css using ".ia_label". Is this not the right name for it?

I would recommend using a style class and targeting it with .psc-yourstyleclass instead.

.ia_labelComponent works.

You can look in the dev tools in the browser or the designer to see the exact names of the css selectors

Sometimes you might actually want to target every instance of the rule, but I agree most of the time you would want to be more selective