How can I make my PayPal button rounded?

Hello,

Is their any way to make my Paypal button rounded? Just like the above

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

SIMPO LIFESTYLE (simpostore.myshopify.com)

Password: simpo123

Thanks

Please add below css code at bottom of assets/base.css file

.paypal-button.paypal-button-shape-rect {
border-radius: 30px;

}
Thank you.

Thank you for your fast response. I just add thoe css code at base.css, but it still doesn’t work. Do I add it on the right place?

Hi @Rickozz ,

You an use this code

.paypal-button.paypal-button-shape-rect { border-radius: 30px !important;
}

Hi Zaczee,

Thank you for your reply, I added your code in the base.css, but it seem like it still doesn’t work…