CSS style difference in submit buttons, depending on form nature
-
On my register form (plain [wppb-register] page), and on my log-in form (plain [wppb-login] page), I have differences in the rendering, concerning the submit button :
– on register form, register button is OK : text is visible, rounded box is OK,
– on login form, login button is invisible, text is not visible, box is invisible except some pixels at the bottom of it. I can click on these pixels to submit form.May be is it a problem related to my theme (Appointment/Appointment Pro), but why is there a difference in the class used :
– on register form : button is in a “<p class=”form-submit”>…</p>”
– on login form : button is in a “<p class=”login-submit”>…</p>”As soon as I replace class=login-submit, by class=form-submit, in my Chrome inspector, button becomes visible.
You can see the difference at :
https://magna-regula.cloud/en/register/
https://magna-regula.cloud/en/log-in-2/Any idea ?
Thanks in advance
- The topic ‘CSS style difference in submit buttons, depending on form nature’ is closed to new replies.