Hi! As of right now the check boxes for multiple choice questions in my survey are showing up very faint (see below). How can I make the check boxes darker?
Thank you!!
!
Page 1 / 1
Hi @mls148
Go to Look & Feel -->Style--> Custom CSS-->Click on 'edit' and add below code there. I have kept black(#000000) you can change as per your wish -
.Skin label.MultipleAnswer>span::before {border:2px solid #000000!important; }
.Skin label.SingleAnswer>span::before{border:2px solid #000000!important; }
.Skin label.MultipleAnswer.q-checked>span::before {border:2px solid #000000!important; background-color:#000000!important;}
.Skin label.SingleAnswer.q-checked.q-focused>span::before{border:2px solid #000000!important; background-color:#000000!important;}
Go to Look & Feel -->Style--> Custom CSS-->Click on 'edit' and add below code there. I have kept black(#000000) you can change as per your wish -
.Skin label.MultipleAnswer>span::before {border:2px solid #000000!important; }
.Skin label.SingleAnswer>span::before{border:2px solid #000000!important; }
.Skin label.MultipleAnswer.q-checked>span::before {border:2px solid #000000!important; background-color:#000000!important;}
.Skin label.SingleAnswer.q-checked.q-focused>span::before{border:2px solid #000000!important; background-color:#000000!important;}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.