change Checkbox color
was created by
bierbier
hi, I am trying to change the checkboxes (Question type multiple choice). But I can't manage to change the color.
Can someone help me?
I use the extension of the fruity theme and the Limesurvey 5 version.
thank you in advance
to do such things, always explore the affected classes with the webdevelopment tool that is included in each browser.
In your case you will find this (Chrome)
Code:
.checkbox-item input[type="checkbox"]:checked+label::after {
background-color: red;
color: white;