How can i make button on "reset password" on customer acount white?

Solved

How can i make button on "reset password" on customer acount white?

silenceclothing
Excursionist
132 0 17

Hello.

I want to make this text white. Does anyone know how to do this?

silenceclothing_0-1736773003824.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
3605 402 484

This is an accepted solution.

Hi @silenceclothing 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

form[action="/account/recover"] > a {
    color: white;
}
form[action="/account/recover"] button {
    background: white;
    color: black;
}
form[action="/account/recover"] button::after {
    box-shadow: none;
}

image (60).png

Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
3605 402 484

This is an accepted solution.

Hi @silenceclothing 

 

I hope you are well. You can follow our instructions below:


1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

form[action="/account/recover"] > a {
    color: white;
}
form[action="/account/recover"] button {
    background: white;
    color: black;
}
form[action="/account/recover"] button::after {
    box-shadow: none;
}

image (60).png

Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
silenceclothing
Excursionist
132 0 17

can you paste the code?

silenceclothing
Excursionist
132 0 17

found it now, thanks!

websensepro
Shopify Partner
1854 215 261

@silenceclothing 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.customer.login.section-template--18239296569541__main-padding form a[href="#login"] {
    color: #ffff !important;
}
.customer.login.section-template--18239296569541__main-padding form button {
    background: #ffff !important;
    color: black !important;
}

 

Result:

websensepro_0-1736774188641.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP