Replacing branded check-out button for unbranded button

As the title suggest I am having a hard time figuring out how to replace the branded check-out button i.e. (paypal, shop pay etc.) for a regular “Buy now” button on the product page.

I am using the Broadcast theme. If anyone knows how to fix this that would be awesome.
I have tried several lines of code, important I’m not good at code so that could also be due to me making a mistake.

I’ve tried the following in my theme.css:

  1. .shopify-payment-button.shopify-payment-button__button–branded {

  2. display: none !important;

  3. }

  4. .cart__dynamic-checkout-buttons.additional-checkout-buttons {

  5. display: none !important;

  6. }

  7. .additional-checkout-buttons {

  8. display: none !important;

  9. }

    All 3 of these don’t give me the result I wanted. Please help :slightly_smiling_face:

1 Like