Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109513
    jared d
    Participant

    how do i remove the checkout paypal button on my checkout woo-commerce page

    thanks

    #1109734
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1110586
    jared d
    Participant
    #1110689
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    button.paypal-button.paypal-style-checkout.paypal-color-blue.paypal-size-small.paypal-shape-pill.en_US {
        display: none;
    }

    Hope that helps.

    #1143094
    jared d
    Participant

    it worked for a while, but now its back.

    #1143376
    Joao
    Moderator

    Hi There,

    Try this:

    
    button.paypal-button.paypal-style-checkout.paypal-color-blue.paypal-size-small.paypal-shape-pill.en_US {
        display: none !important;
    }

    Make sure to clean your browser cache before confirming it works,

    Also if that does not work please try to search missing ; or } on your CSS code, that might be causing the code to fail.

    Hope that helps

    Joao

    #1166614
    jared d
    Participant
    This reply has been marked as private.
    #1166848
    Joao
    Moderator

    Hi There,

    The password provided seems to be incorrect.

    Would you mind checking it again?

    Thanks

    Joao

    #1170148
    jared d
    Participant
    This reply has been marked as private.
    #1170169
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce-cart #paypal-braintree-button-container {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1109513 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>