Hi there - I was looking to update the font color for text and the “enter” buttons on my password page(s). They are currently pulling in a very light font color set in the async css file and I’m not sure how to override it.
Would like to replace the light font with #524627
Could someone assist here?
please disregard request - ive managed to make a few changes on my end. thank you!
@moon678
i have update code please check if someone use code
- Go to Online Store->Theme->Edit code
- Asset->/theme–async.css.liquid ->paste below code at the bottom of the file.
.password--mailing-button button.navigable {
background: var(--bg-color--button);
color: var(--color--button);
}