XF 2.0 Check Boxes

PASS

Well-known member
2018-06-26_17-36-20.webp

The check boxes are controlled by Button - primary setting. I would like to change the color of just the check boxes.
Any help would be appreciated. Thanks!
 
Code:
label.iconic > input + i:before {
  
    color: red;

}

This will apply to everything so make sure to avoid bright colors like white, light grey..etc for the checkbox not to get blended with the background and becomes invisible.
 
Back
Top Bottom