Hello @ps1505 ,
We are happy to help you!
The buttons you are relating to are called Express Checkout buttons, used for accelerated checkouts such as Apple Pay, Shop, Google Pay, and PayPal.
Let’s learn to hide/remove the Express Checkout buttons on the cart page using CSS code:
From your admin, go to Online store > Themes > Actions > Edit code.
In the Assets folder, locate the theme.css.liquid file.
Paste the following CSS code at the bottom of this file:
.additional-checkout-buttons {
display: none !important;
}
The CSS file should now appear as provided in the below image.:
Now Click on Save and proceed.
Outcome:
The Express Checkout buttons will no longer be visible on the first stage of the checkout.
Note: If the buttons (Apple Pay, Google Pay, Shop Pay, or PayPal Express) are still visible. Then clear your browser’s cookies and cache and re-login to your store.
Check out this link for more details on the same:
https://community.shopify.com/c/blog/remove-the-express-checkout-buttons-from-first-checkout-page/ba-p/1200898
Let us know if this works or if you need any further help.
Regards,
CedCommerce