cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira Designer Check Box Group Font Color Changing Problem

0 Kudos

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 .

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Assuming that you checkbox group's "CSS Class" property is set to "myCheckboxGroup", the following CSS rule will work;

.myCheckboxGroup label {
	color: fuchsia;
}
0 Kudos
Hi Reiner Hille-Doering ,
Thanks a lot it seems to work now after trying the css you wrote .

Answers (0)