Is it possible to change the style of radio buttons & check boxes? in Customize with code Posted November 12, 2022 Was messing around trying to figure this out too and did this: For styling checkbox stuff (not the actual check box though): .form-wrapper .field-list .option { } For styling the drop down and text: .form-wrapper .field-list .field select { } Not sure if this is good/logical but it worked for me! tuanphan and jfosterheights 2
Is it possible to change the style of radio buttons & check boxes?
in Customize with code
Posted
Was messing around trying to figure this out too and did this:
For styling checkbox stuff (not the actual check box though):
.form-wrapper .field-list .option {
}
For styling the drop down and text:
.form-wrapper .field-list .field select {
}
Not sure if this is good/logical but it worked for me!