Feedback for your online store from the community
Hello, the shop payment button is cutting off. I want to keep the buy buttons round as they are, but resizing them with the shopify default--- "rounding - button corner radius" --- is not fixing the problem of the shop payment button. is there css individual page code that can solve this? Or theme code?
https://thewildhoney.pk/products/men-honey
Solved! Go to the solution
This is an accepted solution.
Hey @SamCheema
Welcome to Shopify Community.
You can add the given CSS in theme.liquid above </head> tag.
<style>
body dynamic-checkout .shopify-payment-button__button {
height: unset;
}
</style>
OUTPUT:
Thanks
This is an accepted solution.
Hi Sam,
Below is the custom css code which solved this issue on our store. You just need to go to Customize your theme and put it in custom css field of a product template :
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
height: 100%;
}
Hope it helps
This is an accepted solution.
Hey @SamCheema
Welcome to Shopify Community.
You can add the given CSS in theme.liquid above </head> tag.
<style>
body dynamic-checkout .shopify-payment-button__button {
height: unset;
}
</style>
OUTPUT:
Thanks
Yes its worked thank you
This is an accepted solution.
Hi Sam,
Below is the custom css code which solved this issue on our store. You just need to go to Customize your theme and put it in custom css field of a product template :
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
height: 100%;
}
Hope it helps
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025