styling form fields
-
Hi, great plugin!
A couple of improvements
– Styling checkboxes and radiobuttons is really hard since each choice is wrapped with a label instead of a spans.
Use spans instead of labels with a class like ‘choice’
– It would be helpfull if the custom class is added to form-row instead of the input.
Then I can target to both its label and content
– An option to deregister styles, or add
wp_deregister_style(“user-registration-general”);
wp_deregister_style(“user-registration-smallscreen”);
wp_deregister_style(“user-registration-my-account-layout”);
wp_deregister_style(“dashicons”);to the documenation, how to.
Please keep in mind that every element should be able to be easily overwritten by css.
Thanks! again, great plugin
The topic ‘styling form fields’ is closed to new replies.