I can not get to set the color for SPAN element. The text is an inside label for an input field.
The text is WHITE and I need to it to be BLACK.
I tried this (but not working):
span.main-label span{color: black!important;}
The html is
<span class="sub-label-true"><span class="main-label"><span>Name</span></span><span class="sub-label"><span>your full name</span></span></span>