I would like to change the buy button and highlighted buttons to theme color.
You can see in the picture. The ones in the red rectangles.
Can anyone help please?
I would like to change the buy button and highlighted buttons to theme color.
You can see in the picture. The ones in the red rectangles.
Can anyone help please?
Please share your store URL and a screenshot of what you want also share the button color code.
Thanks!
Hi, I already put a screenshot with the hightlighted buttons that I want to change.
Color code I want is#41CAA8
Please add the following CSS code to your assets/section-main-product.css bottom of the file.
.product-form__input input[type=radio]:checked+label {
background-color: #41CAA8 !important;
border-color: #41CAA8 !important;
}
Thanks!
Thank you so much. That works perfectly. However in the shopify editor it shows a new color but when I go to the live URL, the buy now button with the new theme color doesn’t show. Instead it shows a different color. Can you explain?
Please add the following CSS code to your assets/base.css bottom of the file.
.shopify-cleanslate .h7OYsWHrW5495r9beh2n {
background-color: #41CAA8 !important;
border-color: #41CAA8 !important;
}
Thanks!
Unfortunately, it is not possible to customize the PayPal Express Checkout button. The button is core-based, meaning it can’t be changed even by Shopify. Shopify is not able to adjust as it would affect their agreement with PayPal in regard to brand awareness/recognition.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!
Thanks, and Welcome again!
I found a solution. The button was a dynamic button. I just changed it in the editor. Everything works now. Thank you so much.