Change buy button and highlighted buttons color

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?

@everbeachvibe

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.

Store url is https://mermaid-me.com/products/luxury-glow-in-the-dark-mermaid-necklaces-glowing-hollow-pearl-cage-pendant-chains-for-women-fashion-luminous-jewelry-1

Color code I want is#41CAA8

@everbeachvibe

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!

1 Like

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?

@everbeachvibe

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!

1 Like

@everbeachvibe

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!

1 Like

@everbeachvibe

Thanks, and Welcome again!

1 Like

I found a solution. The button was a dynamic button. I just changed it in the editor. Everything works now. Thank you so much.