Hey guys, I need help with customizing the payment buttons.
Here’s what it looks like on my site right now:
And here’s how I want it to look:
So, I want:
- To fill the “Add to Cart” button with black color.
- Align the buttons side by side.
- Expand both buttons so they are as wide as the text.
- Slightly increase the height of both buttons, align them at the top, but trim the bottom of the “Pay with PayPal” button just a tiny bit.
- Move “Other Payment Options” right below the “Pay with PayPal” button.
- Add an underline to “Other Payment Options.”
- Add a subtle line to separate the entire section.
Here’s my store URL: 1049xn-ya.myshopify.com
Here’s a link to the store showing how I want it to look: https://tomnoske.store/products/cinema-luts
Thank you,
Tim
Hi @CreatorTim
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.product-form__buttons {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
justify-content: space-between;
column-gap: 1rem;
}
.product-form__buttons .product-form__submit {
max-height: 46px;
}
.product-form__buttons #more-payment-options-link {
text-decoration: underline !important;
}
Hey, thanks for your help! I just need a few more adjustments.
I’d like both buttons to be larger. Stretch them so they’re as wide as the text and increase their height.
For the “Pay with PayPal” button, I’d like the bottom to be slightly trimmed, and “More payment options” moved closer to it.
Then, I’d like the “Add to Cart” button filled with black.
Everything should look like it does here: https://tomnoske.store/collections/all-products/products/cinema-luts
I really appreciate your help.
Thank you,
Tim
Hey, are you there? Please check the previous message, I wrote you feedback there.