Title: Registrations fields question
Last modified: August 22, 2016

---

# Registrations fields question

 *  Resolved [FloorballMedia](https://wordpress.org/support/users/floorballmedia/)
 * (@floorballmedia)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/registrations-fields-question/)
 * I’m using ”A5 Custom login page” and ”Register plus Redux” when customizing my
   login/registration page. This is what it looks like now:
    [http://imgur.com/RJ5UbYt](http://imgur.com/RJ5UbYt)
 * I am wondering how i can get rid of ‘First name’ , ‘Last name’ , and ‘Display
   name’ because they look different from the other ones, and because it is not 
   nescessary for my website. Any idea what to do? Thanks.
 * My website: [http://www.floorballmedia.com](http://www.floorballmedia.com)
 * [https://wordpress.org/plugins/custom-login-page/](https://wordpress.org/plugins/custom-login-page/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [tepelstreel](https://wordpress.org/support/users/tepelstreel/)
 * (@tepelstreel)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790281)
 * Hello and sorry for a late answer. If you enter the following code in the CSS
   section of the login page, you’ll make the input fields disappear.
 *     ```
       #first_name, #last_name, #display_name {
           display: none
       }
       ```
   
 * The problem is, that you still will see the labels. So, you might want to keep
   the fields but give them the same style with that bit of code:
 *     ```
       #user_login, #user_email, #first_name, #last_name, #display_name {
           background-color: #ffffe0;
           border: 1px solid #e6db55;
           height: 41px;
           width: 272px;
       }
       ```
   
 * You could perhaps have a deeper look at the settings of “Register plus Redux”
   since you don’t seem to style the input fields via the A5 Custom Login Page.
 * Edit:
 * I just thought about that one:
 *     ```
       label[for=first_name], label[for=last_name], label[for=display_name] {
           display: none;
       }
       ```
   
 * This is what you want. Sorry for being so stupid, not to come up with the obvious
   in the first place. 🙂
 *  Thread Starter [FloorballMedia](https://wordpress.org/support/users/floorballmedia/)
 * (@floorballmedia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790283)
 * Thank you tepelstreel, it worked! 🙂
 *  Plugin Author [tepelstreel](https://wordpress.org/support/users/tepelstreel/)
 * (@tepelstreel)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790347)
 * Good! Cheers!
 *  Thread Starter [FloorballMedia](https://wordpress.org/support/users/floorballmedia/)
 * (@floorballmedia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790405)
 * Hello again! I tried to register on my website to see how it is, and found this:
   [http://imgur.com/ZYg4F4v](http://imgur.com/ZYg4F4v)
 * The fields are gone, but when you are trying to register it says that you have
   to fill them in, which isn’t that easy when you can’t see them 😉 Hope you understand
   what I’m trying to say 🙂
 *  Plugin Author [tepelstreel](https://wordpress.org/support/users/tepelstreel/)
 * (@tepelstreel)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790406)
 * Yes it might be difficult to fill them in, in deed.
 * I guess, the only chance to solve this is to show them again or figure out with
   the “Register plus Redux” plugin how to make it work without filling in the first,
   last and display names.
 * Sorry, but with that I can’t help.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Registrations fields question’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-login-page_9d9d9d.svg)
 * [A5 Custom Login Page](https://wordpress.org/plugins/custom-login-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login-page/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login-page/reviews/)

## Tags

 * [display name](https://wordpress.org/support/topic-tag/display-name/)
 * [first name](https://wordpress.org/support/topic-tag/first-name/)
 * [last name](https://wordpress.org/support/topic-tag/last-name/)
 * [login](https://wordpress.org/support/topic-tag/login/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * 5 replies
 * 2 participants
 * Last reply from: [tepelstreel](https://wordpress.org/support/users/tepelstreel/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/registrations-fields-question/#post-5790406)
 * Status: resolved