Hi all,
I want to make a small change to the color of the “enter” button on my store’s password page. Currently the text is black and is hard to see. What code could i implement to change this?
url-
pass-
test99
.password-button {
color: white !important;
}
Hello @vvyan
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
thank you!
thank you!