Brooklyn theme - how to make all buttons have rounded corners

jc123
New Member
11 0 0

Hello, I was wondering how I can make all the button rounded in my shopify theme, I followed this article https://community.shopify.com/c/Shopify-Design/Border-around-buttons-Brooklyn-Theme/td-p/527580

 

but it didn't work, if someone can please help I would appreciate it, thanks.

Replies 21 (21)
Jasoliya
Shopify Expert
4646 598 1164

Hi @jc123 

Add this css in Aseet->theme.scss file at bottom:

.btn{border-radius: 30px;}

Note: You can manage round by adjusting 30px

Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
jc123
New Member
11 0 0

That works, thank you 😄


 

jc123
New Member
11 0 0

it didn't seem to work the the "buy it now" button, do you know the solution for this one? thanks. Annotation 2020-01-10 234355.png

Jasoliya
Shopify Expert
4646 598 1164

Send your store url

Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
jc123
New Member
11 0 0
Jasoliya
Shopify Expert
4646 598 1164

Add this css:

.shopify-payment-button__button{    border-radius: 30px;}
Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
jc123
New Member
11 0 0

Annotation 2020-01-11 015249.pnghmm still like this 

Jasoliya
Shopify Expert
4646 598 1164

Thats depend on browser we can change its, on some pc it show buy now and on some pc it show Gpay or Paypal if added, its generated by shopify 

Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
jc123
New Member
11 0 0

I also added that one to the bottom of theme.scss.liquid

jc123
New Member
11 0 0
jc123
New Member
11 0 0

i see the buy now button but it's still squared, so I'm assuming we can't make it round? 

Jasoliya
Shopify Expert
4646 598 1164

try this:

.shopify-payment-button .shopify-payment-button__button{    border-radius: 30px !important;}
Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
jc123
New Member
11 0 0

this one didn't work either

jc123
New Member
11 0 0

if you go to https://blendjet.com/products/blendjet-one

they did it, maybe you can look in inspect then their css, i can't seem to find it

jc123
New Member
11 0 0

Okay so it works while im in customize mode, but when I open my website in a normal tab it goes back to squared

Jasoliya
Shopify Expert
4646 598 1164

I think its working find now, may be you have added some code.

Want to modify or custom changes on store hire me.
Email: jasoliyabrijesh123@gmail.com Or WhatsApp, Try our Free app for bundle page.
Want to get Free review and advice for sale on store ?? just text me here
Cherizzle
Excursionist
24 0 4

Can you assist with Atlantic theme and rounding all buttons?

Tiikow
Tourist
8 0 1

Hi,

thank you for the help, unfotunately, I followed and added all codes with no luck.

it doesn't work.

bradzilla
New Member
1 0 0

This worked great but the outline of the rectangle is still there also, so it is now the rounded button with the outline on the rectangle still there, is there any way to remove the rectangle outline?Screen Shot 2021-04-07 at 6.16.31 pm.png