Hide terms and place order button pre-lookup

This commit is contained in:
Daniel Dudzic 2024-09-17 14:22:36 +02:00
parent 483f017d8d
commit 46d0d1b0c3
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -27,7 +27,7 @@ $fast-transition-duration: 0.5s;
.wc-block-checkout-axo-block-card {
@include flex-center;
width: 100%;
margin-bottom: 10px;
margin-bottom: 2em;
&__inner {
display: flex;
@ -124,7 +124,9 @@ $fast-transition-duration: 0.5s;
#shipping-fields,
#billing-fields,
#shipping-option,
#order-notes {
#order-notes,
.wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout-actions-block {
display: none;
}
}