This button appeared after did my Shopify Payment verification. Its Apple Pay ( It was Shop Pay but i disabled it) Dynamic Button. How to get rid of it and to be only with my original button for checkout?
site : getprivateview.com
There should be a checkbox to disable accelerated checkout button in cart completely. Probably theme settings, or settings for the cart section…
Or, use CSS, “custom css” of Theme settings or cart section:
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none;
}
Yes the " Or Dynamic button" disappears. But also my widget for postbox or adress option as well. how to keep the widget on but to turn off the dynamic button
If you can find where one begins and the other one ends, you could create an extra class name and add it to your css file with the display:none; setting. Then add the class name to the correct element.
