cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Lumira Designer Check Box Group Font Color Changing Problem

0 Likes
1,165

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 .

View Entire Topic
reiner_hille-doering
Product and Topic Expert
Product and Topic Expert
0 Likes

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

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