Cart

/* GENTZ CART DARK THEME */ /* Page Background */ body.woocommerce-cart { background-color: #000 !important; } /* Main cart container */ .wc-block-cart, .woocommerce-cart, .wp-block-woocommerce-cart { color: #fff !important; background-color: #000 !important; } /* All text white */ .wc-block-cart *, .wp-block-woocommerce-cart * { color: #fff !important; } /* Form Labels */ label { color: #fff !important; } /* Form Inputs */ input[type=”text”], input[type=”email”], input[type=”tel”], input[type=”number”], textarea, select { background-color: #1a1a1a !important; color: #fff !important; border: 1px solid #444 !important; } /* Headings */ .wc-block-cart h1, .wc-block-cart h2, .wc-block-cart h3, .wc-block-cart h4, .wc-block-components-title { color: #cdab38 !important; } /* Paragraphs & Text */ p, span, div { color: #fff !important; } /* Links */ a { color: #cdab38 !important; } /* Cart items */ .wc-block-cart-items, .wc-block-components-order-summary { background-color: #111 !important; border-color: #333 !important; } /* Buttons */ .wc-block-components-button, button[type=”submit”], .button, .wc-block-cart__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; } /* Quantity controls */ .wc-block-components-quantity-selector input { background-color: #1a1a1a !important; color: #fff !important; } /* Product names and prices */ .wc-block-components-product-name, .wc-block-components-product-price { color: #fff !important; } /* Totals */ .wc-block-components-totals-item__label, .wc-block-components-totals-item__value { color: #fff !important; } /* Header and main area */ header.wp-block-group, main.wp-block-group { background-color: #000 !important; } /* Site title */ .wp-block-site-title a { color: #fff !important; } /* Empty cart message */ .wc-block-cart__empty-cart__title { color: #fff !important; }