Shopify themes, liquid, logos, and UX
How to change that yellow button with some other type of payment or something else, thanks
Hi @Kris778
Please share me your store & password (if applicable) to let me check & suggest you the solution.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.paypal-button.paypal-button-shape-sharp {
background: lightgray !important;
}
</style>
What I mean is I want to change that button to other type of payment Paypal is not that popular in my country I wanted to put something else there as a payment is it possible?
The "Pay with PayPal" button you see on your Shopify product page is part of Shopify’s Dynamic Checkout buttons (also called "Buy Now" buttons). These buttons automatically show payment options based on what is enabled in your store’s payment settings and sometimes on the customer’s preferences or previous usage. Unfortunately, you cannot directly set or force PayPal as the default payment method on the product page button because Shopify dynamically chooses which options to display.
Disable other rapid checkout options you don’t want to show (like Google Pay or Shop Pay) in your Shopify admin:
Go to Settings > Payments.
Click Manage under your payment providers.
Uncheck or disable payment methods like Google Pay, Apple Pay, or Shop Pay.
This will make PayPal more likely to appear as the default dynamic checkout option on product pages.
If you want to remove the PayPal button entirely from the product or cart page, you can:
Disable Dynamic Checkout buttons in your theme settings:
Go to Online Store > Themes > Customize.
Select the product page template.
Find and uncheck Show dynamic checkout button.
Or edit your theme’s code to hide or customize the PayPal button appearance.
Hi @Kris778,
The yellow PayPal button appears because PayPal Express Checkout is enabled in your Shopify store. To remove or replace it with another payment method, go to Shopify Admin > Settings > Payments and deactivate PayPal. Unfortunately, you can only show express checkout buttons for payment providers that support Shopify’s dynamic checkout feature, so to add a different button, your chosen payment method must offer this integration.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025