Delete PayPal Express Checkout Button from Checkout page

NiccolòTaliani
Visitor
3 0 0

Hi, 

I'm trying to delete PayPal Express Checkout Button from checkout page.

I'm following tutorial on the internet but it doesn't disappear.

 

I have:

-add this code to cart.liquid

 

{% if additional_checkout_buttons %}
        <div class="additional-checkout-buttons">
          {{ content_for_additional_checkout_buttons }}
        </div>
{% endif %}

 

-add this code to styles file

.additional-checkout-buttons {
  display: none !important;
}

-keep checked this in cart options

Screenshot_2.png

Please help me,

thanks.

Replies 3 (3)
DelightCart
Shopify Partner
1171 81 146

@NiccolòTaliani 

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Delight Cart - Automatic Bundles & Discounts.
Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
NiccolòTaliani
Visitor
3 0 0
NiccolòTaliani
Visitor
3 0 0