Hello!
I have some troubles with setting the text color of this checkbox. I have set it's ID to "chk" and as you can see in my css file i have set it's color to red, but for some reason it won't work. Even if i try RGB or Hex values it won't change text color.
And yes, i have this css file loaded on the beginning of layout, all other css styles are loaded, except this one.
#chk
{
font-family: "Roboto-Regular";
color: red;
}
On the bottom of the picture you will see this checkbox.