-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
Jadecam got a reaction from jfosterheights in Is it possible to change the style of radio buttons & check boxes?
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!
-
Jadecam got a reaction from tuanphan in Is it possible to change the style of radio buttons & check boxes?
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!