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
(@shee)
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
(@shee)
Thank you so much for your efforts. I just deactivated few plugins and it worked. Thanks a lot.
Thread Starter
Shee
(@shee)
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.
Glad it works. I noticed you manage to style the Register button as well.