Change corner rounding of button on product page

Change corner rounding of button on product page

monomgroup
Explorer
99 0 35

 

Hi community!

 

we are looking to change the corner rounding of buttons on product page to 2 pxl. 

 

Screenshot 2022-10-31 at 20.54.35.png

 

shop url: monochromatism.shop

 

Thanks in advance!

 

Cheers,

monochromatism-team

 

Replies 2 (2)

KetanKumar
Shopify Partner
37595 3668 12156

@monomgroup 

yes, please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    border-radius: 100px !important;
}
.shopify-payment-button__button {
    border-radius: 100px !important;
    overflow: hidden;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
monomgroup
Explorer
99 0 35

Thank you @KetanKumar that works for the main buttons, but not for the sizing and color symbols. Pls see screenshot from previous post. Is there a way of changing this as well? 

 

Many thanks in advance