/* Hide Stripe express checkout buttons on single product pages */ .single-product .wc-stripe-product-checkout-container, .single-product .stripe-payment-request-button, .single-product #wc-stripe-payment-request-wrapper { display: none !important; } /* Hide Stripe express checkout buttons on cart page */ .woocommerce-cart .wc-stripe-cart-checkout-container, .woocommerce-cart .stripe-payment-request-button, .woocommerce-cart #wc-stripe-payment-request-wrapper { display: none !important; }
You are unauthorized to view this page.