How can I change the buttons on our store from square to pill shaped or more rounded?

Our store is pokersamadhi.com

We haven’t launched yet. I am using the Archetype theme Motion.

1 Like

@pokersamadhi

sorry for any issue

and thanks for url,
sorry your store password protect

Hi @pokersamadhi

Your store is password Protect.

Please provide password So that i can check and let you know the solution here.

Hii, @pokersamadhi
Kindly share your store password so,
I can solve it perfectly.
Thank You.

password is psbetatest

thank you!!

password is psbetatest

thank you!!

1 Like

@pokersamadhi ,

Add this code at the bottom of your theme.scss file.

.btn {
    border-radius: 30px !important;
}

Do let me know if it works for you.

@pokersamadhi

thanks for password can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.btn, .product-reviews .spr-button, .product-reviews .spr-summary-actions a, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {border-radius: 50px;} /* change value as you like */

Hi @pokersamadhi

Add the code in theme.scss file

.btn {
    border-radius: 50px !important;
}

Thank you!! What do I add so that my read more/read less buttons, add to cart, and google pay buttons are rounded as well?

1 Like

@pokersamadhi

yes please sent issue images

@KetanKumar

huh?? i want to add to the code so that my read more/less, add to cart, google pay buttons are pill shaped as well. Right now, on the product pages, everything is square, and places where text is long and hidden, the “read more” and “read less” buttons are square too.

1 Like

@pokersamadhi

can you please show me

@KetanKumar oh! so sorry! yes of course.

here is a link where you can see the read more button is square: https://pokersamadhi.com/pages/tom-mcevoy (picture below)

and here is what all the product pages look like:

![Screen Shot 2021-10-27 at 12.16.56 PM.png|1256x1142](upload://hB9C1f8h1Cd2UkPeDRpBSAxuAWk.png)
1 Like

@pokersamadhi

yes please try this code

.payment-buttons .btn--tertiary {border-radius: 50px;}

@KetanKumar

The “Buy With Paypal” buttons are still square.

1 Like

@pokersamadhi

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

@KetanKumar

I am in chrome. all the special payment buttons on product listings are square, whether it be paypal, shop pay or google pay.

Hi @KetanKumar

Would you still be able to help me with this? I’m trying to fix the payment buttons like “buy with paypal.” For some reason they are not the same pill shape as the rest of the buttons on my site.

Thank you!

1 Like

@pokersamadhi

yes please add this code

.shopify-payment-button__button {border-radius: 50px; overflow: hidden;}