Title: Register Button missing
Last modified: August 22, 2016

---

# Register Button missing

 *  Resolved [Shee](https://wordpress.org/support/users/shee/)
 * (@shee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/)
 * Hi,
 * I installed Profile Builder and put the short cut [wppb-register] in to a page.
   But the button “Register” is not comming up. Should I do anything else to enable
   this button? Also is there a way to change the style of this page?
 * [https://wordpress.org/plugins/profile-builder/](https://wordpress.org/plugins/profile-builder/)

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

 *  Plugin Author [adispiac](https://wordpress.org/support/users/adispiac/)
 * (@adispiac)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865383)
 * That shouldn’t happen. Can you send me a screenshot or even better a link to 
   your website to check it out?
    It’s probably hidden by the some extra styling
   applied to the register page by your theme or other active plugins.
 *  Thread Starter [Shee](https://wordpress.org/support/users/shee/)
 * (@shee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865427)
 * [http://inneruniverse.org/register/](http://inneruniverse.org/register/) This
   is the link to our website.
 *  Plugin Author [adispiac](https://wordpress.org/support/users/adispiac/)
 * (@adispiac)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865430)
 * Yup, it’s your theme’s main.css file:
    On line 1447 it adds the following:
 *     ```
       .form-submit, .comment-list .comment-respond h3 {
           display: none;
       ```
   
 * which makes the register button disappear.
 * You could fix it by adding something like this:
 *     ```
       .wppb-user-forms .form-submit {
          display: block;
       }
       ```
   
 * Hope this helps.
 *  Thread Starter [Shee](https://wordpress.org/support/users/shee/)
 * (@shee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865533)
 * Thank you so much for your efforts. I just deactivated few plugins and it worked.
   Thanks a lot.
 *  Thread Starter [Shee](https://wordpress.org/support/users/shee/)
 * (@shee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865536)
 * Also could you please tell me if is there a way to change the style of this page?
   Like adjusting the textbox,button size etc.
 *  Plugin Author [adispiac](https://wordpress.org/support/users/adispiac/)
 * (@adispiac)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865661)
 * Glad it works. I noticed you manage to style the Register button as well.

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

The topic ‘Register Button missing’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

## Tags

 * [register](https://wordpress.org/support/topic-tag/register/)

 * 6 replies
 * 2 participants
 * Last reply from: [adispiac](https://wordpress.org/support/users/adispiac/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/register-button-missing-1/#post-5865661)
 * Status: resolved