Hi, I initially had an issue with removing the payment options in my cart (PayPal, GPay, ShopPay).
Someone very nicely helped with the code below which I have added to the end of the Asset>base.css file.
fyi I’m using the Dawn theme.
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
display: none!important;
}
This worked, but now, the 3 payment options are also not appearing in the first checkout page. I would like it removed from cart, but not from checkout.
Can anyone help? thank you!