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.
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;
}