Page 1 of 1

checkbox label font size

Posted: Wed Oct 16, 2019 2:28 pm
by Wendy
I'm having trouble getting the size of the label on a checkbox to be responsive. I've successfully change the size of the checkbox itself with 'transform' in the css class, but how do I get that label to change size, and actually be responsive?

Thank you, Wendy

Re: checkbox label font size

Posted: Thu Oct 17, 2019 4:01 am
by DavidBal
Hi Wendy,

you have to change the class ".label-for" to edit the label part.

David

Re: checkbox label font size

Posted: Thu Oct 17, 2019 8:38 am
by Wendy
Thanks so much, I'll give it a try.
Wendy