Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

styling form fields

$
0
0

Replies: 0

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

  • This topic was modified 22 minutes ago by ponzo.
  • This topic was modified 21 minutes ago by ponzo.

Viewing all articles
Browse latest Browse all 59525

Trending Articles