• Resolved sdonnet

    (@sdonnet)


    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

    • This topic was modified 6 years, 1 month ago by sdonnet.
    • This topic was modified 6 years, 1 month ago by sdonnet.
    • This topic was modified 6 years, 1 month ago by sdonnet.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sdonnet

    (@sdonnet)

    A friend of mine, webdesigner, seems to have found the problem : the CSS style “login-submit” is not declared. So I added to my theme CSS, and it works now !

    If this could help someone…

    Hello there,

    Thanks for letting us know. I have forwarded this to our development team.

    Cheers,
    Gabriel

    Thread Starter sdonnet

    (@sdonnet)

    You’re welcome…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS style difference in submit buttons, depending on form nature’ is closed to new replies.