How can I change the font color on my password pages?

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?

@moon678

Please share store URL.

Thanks!

https://lilith-nyc.myshopify.com/

please disregard request - ive managed to make a few changes on my end. thank you!

@moon678

do you have like this?

@moon678

i have update code please check if someone use code

  1. Go to Online Store->Theme->Edit code
  2. 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);
  }