WooCommerce Checkout Styling

/* ========================================================= Pinlisting – Native WooCommerce Checkout Block Styling Applies only to /checkout/ ========================================================= */ /* ———- Hide product description and custom option dump in checkout summary ———- */ body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details, body.woocommerce-checkout .wc-block-components-product-metadata, body.woocommerce-checkout .wc-block-components-product-details, body.woocommerce-checkout…Continue reading

scroll-header

document.addEventListener(‘DOMContentLoaded’, function () { const headerRest = document.querySelector(‘.scroll-header-rest’); const headerHome = document.querySelector(‘.scroll-header-home’); let lastScrollY = window.scrollY; let isHeaderHidden = false; window.addEventListener(‘scroll’, function () { const currentScrollY = window.scrollY; // Runterscrollen: Header 1 ausblenden if (currentScrollY > lastScrollY && currentScrollY >…Continue reading

FC – Estilos para página password

body.page .post-password-form { max-width: 600px; margin: 100px auto; padding: 0 24px; text-align: center; } body.page .post-password-form label { font-size: 0; width: stretch; } body.page .post-password-form input[type=”password”], body.page .post-password-form input[type=”submit”] { height: 48px; box-sizing: border-box; vertical-align: middle; } body.page .post-password-form input[type=”password”]…Continue reading