Hi all,
is it possible to remove these quick checkout icons from the checkout page?
I do like to have the option to pay with these but just don’t like the appearance of them on that page. Here’s a picture to clarify my question:
Thanks in advance!
A user wants to remove quick checkout payment icons (like Apple Pay, Google Pay, etc.) from their Shopify checkout page while keeping the actual payment options functional—they simply dislike the visual appearance of the icons.
Solution Provided:
base.css file (Actions > Edit code > Assets > base.css).additional-checkout-buttons { display: none !important; }Current Status:
Resolution: Ongoing—awaiting further troubleshooting assistance to determine why the CSS override is no longer effective.
Hi all,
is it possible to remove these quick checkout icons from the checkout page?
I do like to have the option to pay with these but just don’t like the appearance of them on that page. Here’s a picture to clarify my question:
Thanks in advance!
Hi @nuie123 ,
Can you share your store URL
@SmallTask I’m familiar with Editing Coding I will appreciate if you have code for it and where should I add it to ? Thanks
Hi @nuie123 ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.additional-checkout-buttons {
display: none !important;
}
Hope it helps!
@Litos works like magic! Thank you very much !!!
Hi @Litos
I don’t know what happen but I see those quick payments icons again!! although the code you sent me is still there.
Can you please help?