Make Registration Fields appear expanded by default

Sometimes, you may want to add some required fields using Buddypress profile fields setting. Since the profile fields are shown in collapsed format it may happen that users miss it and since the warning is also shown in the accordion, the warning is also not visible.

However, using this little CSS snippet you can easily bypass this :

1. Go to WP Admin -> Appearance -> Customize -> Custom CSS

2. Add the below code in the Custom CSS text area.

Code:

     .register-section + .register-section .editfield { display: block !important; }

3. Save.

Check the registration page, all your profile field blocks should appear expanded by default.

NOTE : This tip is no Longer required form Version 1.6