UsersWP Docs

Customizing

You can customize Users WP with CSS, too.

Here are some examples:

ShowField Labels


/*Users WP - Show field labels in all forms */
uwp_page .uwp-registration-form label, .uwp-registration-form, .uwp-account-form {
    display:inline-block
}