I am using Shopify -Hyper theme. I want the change the color of buttons. Please see the attached image. Can someone please guide me ?
Hey @SurTri
Just for clarification, which button are you referring to? The add to cart button or the Buy Now button?
Buy Now button
I am referring to Buy Now button and variation button.
Hey @SurTri
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
.shopify-payment-button__button {
background: saddlebrown !important;
}
.product-form__input--button input[type=radio]:checked+label {
background: saddlebrown !important;
border: saddlebrown !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Just FYI… I was able to change colors from theme setting. Thanks anyways
Hi @SurTri,
I’m Zuri from Hyper Success team. ![]()
We’d be happy to help with any theme-related questions you have. Please feel free to reach out to us directly via our support page at https://foxecom.com/pages/contact-us, and we’ll assist you in making the most of your theme.
Thanks!


