New Shopify Certification now available: Liquid Storefronts for Theme Developers

Colours change for acustomers account on Refresh Theme

capprica
Visitor
2 0 0

Hello,

I am new to Shopify and I am using Theme Refresh for my store. I changed theme colours to match my brand wherever I could. The only remaining are "classic customer accounts" which are customer login etc. which are all blue, but my brand colour is green. Can anyone help how to fix it? Thank you!

Replies 3 (3)
biznazz101
Shopify Partner
293 23 43

You can try this. Go to Themes> Customize> Classic Customer Accounts> Add Code Below To Custom CSS Settings> Save

biznazz101_0-1699948627431.png

 

a {color: green;}

 

I hope that works for you!
@biznazz101 

 

Don't hesitate to reach out for more help with your store. SEE OUR TASK STORE or check us out via our profile! FREE TUTORIALS
capprica
Visitor
2 0 0

Thank you. It changed the word to green but not the actual button. Also how to change to the specific shade of green for my brand? Thank you!

biznazz101
Shopify Partner
293 23 43

To change the color of header icon go to header section>custom css and add this code:

.header__icon--account {color: #a4c639;}


In terms of adjusting the color you can use any hex code like the example above.

I hope that answers your question, if so please mark as solution so others can find it as well.

Don't hesitate to reach out for more help with your store. SEE OUR TASK STORE or check us out via our profile! FREE TUTORIALS