How can I modify the color of the Buy Now button?

Hi, How can I change the button " Buy Now"

2 Likes

Hi @burak07 ,

You can do the following. NOTE: Change the color red, to the color you want

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the colors.css file.
  3. Add the code below.
.btn.border span {
    background: red;
    border-radius: 50%;
}

@burak07

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

it worked thanks!