Liquid, JavaScript, themes, sales channels
Hey there,
we are currently having difficulties changing the font color of our password page. How can I change the "enter password here" box and text into white? It should only be changed for the password page not for the whole theme.
Thanks in advance!
Shop url: https://seakjewelry.com/password
nathan99
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.password-login .btn--secondary {color: #fff !important;}
.password-login .btn--secondary:not([disabled]):hover, .btn--secondary:focus {color: #fff !important;}
Hope this works.
Thanks!
This is an accepted solution.
hello @nathan991
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-password .btn--secondary {
border-color: #ffffff !important;
}
Incorrect password, please check it
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.password-login .btn--secondary {color: #fff !important;}
.password-login .btn--secondary:not([disabled]):hover, .btn--secondary:focus {color: #fff !important;}
Hope this works.
Thanks!
Wow thanks ever so much!
Is it also possible to make the box around the text white as well?
Thanks!
This is an accepted solution.
hello @nathan991
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-password .btn--secondary {
border-color: #ffffff !important;
}
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-password .btn--secondary { border-color: #ffffff !important; }
Thanks!
User | RANK |
---|---|
25 | |
24 | |
8 | |
7 | |
6 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023