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:
-
.shopify-payment-button.shopify-payment-button__button–branded {
-
display: none !important;
-
}
-
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
-
display: none !important;
-
}
-
.additional-checkout-buttons {
-
display: none !important;
-
}
All 3 of these don’t give me the result I wanted. Please help
