Solved

change font color password page(s)

moon678
Tourist
3 0 2

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?

Screen Shot 2021-10-17 at 2.55.00 AM.pngScreen Shot 2021-10-17 at 2.55.05 AM.pngScreen Shot 2021-10-17 at 2.55.33 AM.png

 

Accepted Solutions (2)
KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@moon678 

do you have like this?

KetanKumar_0-1634455967979.png

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@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);
  }  

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12289 2547 3698

@moon678 

Please share store URL.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
moon678
Tourist
3 0 2
moon678
Tourist
3 0 2

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

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@moon678 

do you have like this?

KetanKumar_0-1634455967979.png

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@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);
  }  

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing