Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
You can try this. Go to Themes> Customize> Classic Customer Accounts> Add Code Below To Custom CSS Settings> Save
a {color: green;}
I hope that works for you!
@biznazz101
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!
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.
Hello Biznazz101, thank you for helping me out. I tried what you suggested, but still the buttons are blue and I need them green. See attached. Thank you so much!
Add this code to the "Login" sections Custom CSS settings:
button {background: #48e001;}
Example:
I hope that helps! Don't hesitate to reach out for more help with your store.
@biznazz101
Great Biznazz101, it worked! I just need 2 more things please:
1) how to change the border colour of this button?
2) how to change colours of input fields "email" and "password"?
Thank you!