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 }

Override Templates

With UsersWP it is very simple to edit any of our main template pages. Follow the below steps: Copy the template you want to change, say for example: profile.php, copy it from userswp/templates/bootstrap/profile.php to a folder in your theme called /userswp/bootstrap/profile.php From here you can edit the template without having to edit the main Users […]