添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
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;