Modifying payment buttons.

Topic summary

Goal: restyle the product page’s purchase section (Add to cart + dynamic checkout) to match a reference design.

Initial requests:

  • Fill “Add to cart” with dark grey/black and place both buttons side by side, full width of content.
  • Move “More payment options” closer to “Pay with PayPal” and add a subtle dividing line.

Steps taken:

  • A helper provided base.css edits: flex layout for .product-form__buttons, 50% width for both buttons, background color for Add to cart, border-bottom line, and hid the “more payment options” link via CSS.

Follow-ups and refinements from OP:

  • Raise both buttons, slightly trim the bottom of the PayPal button, show “More payment options” below it, and make the divider almost invisible.
  • Increase button heights, keep tops aligned, fill Add to cart with black, underline “More payment options.” Provided a reference page (tomnoske.store/products/cinema-luts).

Status:

  • Helper suggested removing some code, but the layout still doesn’t match the reference. OP reiterated precise styling needs and asked for further support.

Notes:

  • Screenshots and the reference link are central to understanding the desired appearance.
  • No final solution yet; discussion remains open.
Summarized with AI on December 12. AI used: gpt-5.

Hey guys, I need help with modifying the payment buttons.

Here’s what it looks like on my site right now:

And here’s how I want it to look:

CreatorTim_1-1733170903243.png

So, I want to:

  1. Fill the “Add to cart” button with dark grey.
  2. Align the buttons side by side.
  3. Expand them to be as wide as the text.
  4. Move “More payment options” closer to “Pay with PayPal.”
  5. Add a dividing line for separation.

I’d appreciate any help.
Tim

Hi @CreatorTim ,

Please send the website link, I will check it for you

Hi @CreatorTim

Please share your store url.

Hey, here it is: 1049xn-ya.myshopify.com

Hey, here it is: 1049xn-ya.myshopify.com

Hi @CreatorTim ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__buttons {
    max-width: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    border-bottom: 1px solid rgba(var(--color-button), var(--alpha-button-background));
    padding-bottom: 2.5rem;
}
.product-form__submit {
    width: 50% !important;
    margin-bottom: 0 !important;
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.shopify-payment-button {
    width: 50%;
}
more-payment-options-link {
    display: none;
}

Hey, I really appreciate your help. It’s almost perfect.

I just need a few small tweaks:

Here’s how it looks now:

I’d like to raise both buttons a bit, slightly trim the “Pay with PayPal” button at the bottom, and add “More payment options” below it.

Then just make the line less bold, just almost invisible.

Just like it is here:

Thanks again!

Hi @CreatorTim ,

You just need to remove the following code, it will work fine:

Hi @namphan ,

It doesn’t look exactly how I’d like it to.

Here’s how it looks now:

And here’s what I’d like:

  1. Slightly increase the height of both buttons.
  2. Trim the “Pay with PayPal” button SLIGHTLY at the bottom and place “More payment options” right below it, but keep the top aligned with the “Add to cart” button.
  3. Fill the “Add to cart” button with black.
  4. Add an underline to “More payment options.”
  5. Make the long dividing line less noticeable, almost invisible.

Basically, make everything look like it does here: https://tomnoske.store/products/cinema-luts

I really appreciate your help.
Tim

Hi, are we still connected?

It doesn’t look exactly how I’d like it to.

Here’s how it looks now:

And here’s what I’d like:

  1. Slightly increase the height of both buttons.
  2. Trim the “Pay with PayPal” button SLIGHTLY at the bottom and place “More payment options” right below it, but keep the top aligned with the “Add to cart” button.
  3. Fill the “Add to cart” button with black.
  4. Add an underline to “More payment options.”
  5. Make the long dividing line less noticeable, almost invisible.

Basically, make everything look like it does here: https://tomnoske.store/products/cinema-luts

I really appreciate your help.
Tim