Shopify themes, liquid, logos, and UX
Hey guys,
I have an interesting problem, that after enabling Paypal as a payment method, the express checkout button is appearing on my product page, cart and checkout page:
Product page (i still want to use dynamic buttons but to add the item and jump in the cart)
Checkout:
I found this code here on one post and could disable the buttons in my cart:
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none !important;
}
Is there any similiar option to disable these express checkouts on my entire store? I coudnt find any help on the internet since the older solutions dont work now.
Website: gossare.com
PW: Gossare123
Thanks in advance!
Hi @Ercooo
1. Go to Online Store => Themes => Edit Code. Here, you are editing on the Product Page, so find the file "main-product.liquid" (if you want to edit it on other pages, go to the file: "collection-list.liquid", "featured-blog.liquid" ", "featured-collection.liquid", ....). Then, find the line of code:
<span class="slider-counter--current">1</span>
<span aria-hidden="true"> / </span>
and edit to:
<span class="slider-counter--current">1</span>
<span aria-hidden="true"> . </span>
Finally, you save your work.
2. Here is the result:
I hope that it will work for you.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hey,
I think you posted it on the wrong topic 😀
Thanks anyway tho!
Best regards
Hi @Ercooo
It's my bad for posting it on the wrong topic 😞
We would like to give you a solution below:
Please go to Online Store => themes => Edit Code. You can search for the file "base.css". If your theme doesn't have it, search for any CSS file then paste the following code and save it:
._1wMtg,
._1Icdo._1ldkz,
.badgesContainer,
#container-card .badgesContainer{
display: none !important;
}
I hope that it will work for you.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Been having the same problems as the OP, and have treid many variations of your code, but all to no avail. 😞
Hi
please help me to remove the express checkout from checkout page . i am using focal theme.
Please help to remove express checkout buttons from checkout page, i am using focal theme 2.0
You can disable express checkout across your entire online store for the checkout page using the PayRules: Hide Payment Methods app. Here's how you can do it:
That's it. I hope you found this helpful.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025