I’m using Impulse Theme and the add to cart button is black. How can I change the color?
i tried but not working mm
.add-to-cart {
background: #f2c352 !important;
font-weight: bold !important;
font-size: 13px;
color: Black;
}
I’m using Impulse Theme and the add to cart button is black. How can I change the color?
i tried but not working mm
.add-to-cart {
background: #f2c352 !important;
font-weight: bold !important;
font-size: 13px;
color: Black;
}
Hi @Veli1
May I suggest to update code these steps:
.add-to-cart {
background: #f2c352!important;
font-weight: bold!important;
font-size: 13px!important;
color: black!important;
}
If it doesn’t work. Could you please share store url and password? I will help to check
Hi @Veli1
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
Hi @Veli1 ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
Eg:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
Worked thanks, how can I also change color for the Checkout button after putting the item in cart?
Oh, got it. It’s the same with cart__checkout