• Resolved ponzo

    (@ponzo)


    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 6 years, 8 months ago by ponzo.
    • This topic was modified 6 years, 8 months ago by ponzo.
Viewing 1 replies (of 1 total)
  • Hi @ponzo,

    Thank you so much for shedding light on this topic. We are trying to make our plugin better day by day. We will surely be considering all of the points that you have mentioned. We will make sure to introduce these fixes in our upcoming update.

    Your feedback motivates us to work harder and improve our plugin. We really appreciate it.

    Thank you 🙂

Viewing 1 replies (of 1 total)

The topic ‘styling form fields’ is closed to new replies.