Checkout

/* GENTZ CHECKOUT DARK THEME */ /* Page Background */ body.woocommerce-checkout { background-color: #000 !important; } /* Main checkout container */ .wc-block-checkout, .wc-block-cart, .woocommerce-checkout, .wp-block-woocommerce-checkout { color: #fff !important; background-color: #000 !important; } /* All text white */ .wc-block-checkout *, .wp-block-woocommerce-checkout * { color: #fff !important; } /* Form Labels */ .wc-block-components-text-input label, .wc-block-components-checkbox__label, .wc-block-checkout__form label, label { color: #fff !important; } /* Form Inputs */ .wc-block-components-text-input input, .wc-block-components-text-input textarea, .wc-block-components-select select, input[type=”text”], input[type=”email”], input[type=”tel”], input[type=”password”], textarea, select { background-color: #1a1a1a !important; color: #fff !important; border: 1px solid #444 !important; } /* Input placeholders */ input::placeholder, textarea::placeholder { color: #888 !important; } /* Headings */ .wc-block-checkout h1, .wc-block-checkout h2, .wc-block-checkout h3, .wc-block-checkout h4, .wc-block-components-title, .wc-block-components-checkout-step__heading { color: #cdab38 !important; } /* Paragraphs & Text */ .wc-block-checkout p, .wc-block-components-product-name, .wc-block-components-product-metadata, .wc-block-components-totals-item__label, .wc-block-components-totals-item__value, p, span, div { color: #fff !important; } /* Links */ .wc-block-checkout a, a { color: #cdab38 !important; } /* Order Summary */ .wc-block-components-order-summary, .wc-block-components-totals-wrapper { background-color: #111 !important; border-color: #333 !important; } /* Buttons */ .wc-block-components-button, .wc-block-checkout__actions button, button[type=”submit”], .button { background-color: #cdab38 !important; color: #000 !important; } .wc-block-components-button:hover, button[type=”submit”]:hover, .button:hover { background-color: #fff !important; color: #000 !important; } /* Radio & Checkbox labels */ .wc-block-components-radio-control__label, .wc-block-components-checkbox__label { color: #fff !important; } /* Payment section */ .wc-block-components-radio-control–highlight-checked label { background-color: #1a1a1a !important; } /* Express checkout section */ .wc-block-checkout__actions, .wc-block-components-express-payment { background-color: transparent !important; } /* Sidebar/Summary section */ .wc-block-components-sidebar { background-color: #111 !important; } /* Notice/Info messages */ .wc-block-components-notices, .woocommerce-info, .woocommerce-message { background-color: #1a1a1a !important; color: #fff !important; border-left-color: #cdab38 !important; } /* Step numbers */ .wc-block-components-checkout-step__heading-content { color: #cdab38 !important; } /* Coupon section */ .wc-block-components-totals-coupon input { background-color: #1a1a1a !important; color: #fff !important; border: 1px solid #444 !important; } /* Privacy policy text */ .wc-block-checkout__terms, .woocommerce-terms-and-conditions-wrapper { color: #888 !important; } /* Site title in checkout header */ .wp-block-site-title a { color: #fff !important; } /* Header styling for checkout */ header.wp-block-group { background-color: #000 !important; } /* Main content area */ main.wp-block-group { background-color: #000 !important; }