on 2019 Feb 15 1:03 PM
css-problem.jpgHi,
I am making a dash board which needs a Check Box Group , the thing is that by changing the CSS background I am able to have the background black , but I had tried and tested everything to change the font color but nothing seems to be working.
Is there any way that is tried and tested to change the font color of choices .
Request clarification before answering.
Assuming that you checkbox group's "CSS Class" property is set to "myCheckboxGroup", the following CSS rule will work;
.myCheckboxGroup label {
color: fuchsia;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
29 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.