Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bmartin3211

    (@bmartin3211)

    The login button was also missing, but I was able to use some CSS style to get it to appear again. However I can not figure out the same thing for these two.

    .user-registration-form-row { display: block !important; }

    should do the trick.

    It seems your /et-cache/33281/et-core-unified-33281-15753410469364.min.css is hiding them with

    .page-id-33281 p:not(.has-background):last-of-type {
        display: none;
    }
    Thread Starter bmartin3211

    (@bmartin3211)

    @joeltron1 that did the trick thanks homie

    Thread Starter bmartin3211

    (@bmartin3211)

    however the one on the change password page on the user dashboard is still missing

    -edit I was able to figure out the password one tho with a similar fix as above thanks!

    • This reply was modified 4 years, 4 months ago by bmartin3211.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit button missing on change password page & forgot password page’ is closed to new replies.