Solved

MOTION THEME - Login - Reset your password - Button has wrong colors

lion_no
Explorer
58 6 19

Found this neat design issue on the RESET YOUR PASSWORD page - it seems to be a bug?
I've verified all colors in the theme settings, but none of them seems to adjust the Cancel button in this page, any idea why?

lion_no_0-1634666500331.png

 

Direct link to preview - https://28x38yzbem51frl6-50647859379.shopifypreview.com/account/login?return_url=%2Faccount

 

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @lion_no 
Paste this code on top of the theme.scss file.

button#HideRecoverPasswordLink {
    height: 45px !important;
    width: 112px !important;
    background-color: #111111 !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

Thank You.

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @lion_no 
Paste this code on top of the theme.scss file.

button#HideRecoverPasswordLink {
    height: 45px !important;
    width: 112px !important;
    background-color: #111111 !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

Thank You.

lion_no
Explorer
58 6 19

Thank you so much!

Zworthkey
Shopify Partner
5581 642 1565

Welcome!