Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?
Direct link to preview - https://28x38yzbem51frl6-50647859379.shopifypreview.com/account/login?return_url=%2Faccount
Solved! Go to the solution
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.
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.
Thank you so much!
Welcome!