How do I change all buttons / accent buttons on my store to this colour. I have tried to edit in shopify /with css but it wont do it.
1 Like
Hi @Gallacher11 ,
It is possible, could you post your store url so I can have a look?
HI @Gallacher11 ,
Can you provide your website url so we can provide a specific code for you?
Hi @Gallacher11 ,
Please follow the instructions below.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the styles.scss
- Paste the code below at the very bottom of the file.
a.button, a.action_button, button.action_button.add_to_cart {
background: #000 !important;
color: #fff !important;
}
