Guide Page Styles

/* Pinlisting Guide Page Styles */ .pl-guide-page { –pl-dark: #1E1E1E; –pl-text: #2A2A33; –pl-muted: #64646F; –pl-blue: #2563EB; –pl-blue-hover: #1F50C8; –pl-cyan: #4CC2A4; –pl-surface: #FFFFFF; –pl-muted-surface: #FAFBFD; –pl-soft: #F7F9FB; –pl-border: #E2E6EC; –pl-pill: #E2E8F6; color: var(–pl-text); font-size: 17px; line-height: 1.72; } .pl-guide-page, .pl-guide-page *…Continue reading

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

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

Paramount CSS

/* ============================================================ PARAMOUNT CONTACT PARTNERS — Full Site Styles PASTE THIS IN: WPCode → Header (CSS) OR Appearance → Additional CSS ============================================================ */ *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ –navy:#0b1a3b;–navy-mid:#112250;–navy-light:#1a2f5a; –gold:#c9a84c;–gold-light:#e8c97a; –white:#fff;–off-white:#f8f9fc;–gray:#64748b;–light-gray:#e2e8f0; –text:#1e293b;–green:#16a34a;–green-light:#22c55e;–red:#dc2626; } html{scroll-behavior:smooth} body{font-family:’Inter’,sans-serif;color:var(–text);background:var(–white);overflow-x:hidden} /* PAGE SWITCHING */ .paramount-page{animation:fadeIn .35s ease} @keyframes…Continue reading

Single Line Form adjustments

/* Input fields styling */ #wpforms-758 .wpforms-field input[type=”text”], #wpforms-758 .wpforms-field input[type=”email”] { background-color: #1c355e !important; border: 1px solid #ffffff !important; border-radius: 3px !important; color: #ffffff !important; } /* Placeholder text color */ #wpforms-758 .wpforms-field input[type=”text”]::placeholder, #wpforms-758 .wpforms-field input[type=”email”]::placeholder { color:…Continue reading

***emh-listings.css — Ver.1.8.3 — VC Event Property Listing Style

/* ========================================================================== v1.8.3 2026-04-25 PDT emh-listings.css emh Listings — Zoo Agency Event Properties Namespace: emh_ (controls + card internals / PHP targets) Fonts required: · Acumin Variable Concept (Adobe Fonts) — year headers, titles, dates · Inter (Google Fonts) —…Continue reading

Yootheme Consent – Scroll block

/* When the consent banner is present, lock the viewport */ html:has(.tm-consent), body:has(.tm-consent) { overflow: hidden !important; height: 100% !important; position: fixed; /* Extra insurance to lock mobile scrolling */ width: 100%; } /* Your red overlay */ body:has(.tm-consent)::before {…Continue reading

Fix Fusion Privacy Bar Layout

/*Make Privacy Bar ‘Settings’ Bolder*/ .fusion-privacy-bar-learn-more { font-weight: bolder; } /*Fix Privacy Bar Overflowing on Some Screens*/ .fusion-privacy-bar .fusion-privacy-bar-main { margin: 0 0 0 0; } .fusion-privacy-bar .fusion-privacy-bar-main>span { margin: 0 0 0 0; line-height: 1.1; } /*Force Privacy Bar…Continue reading

Tag Archive styling

/* ── Tag Archive ───────────────────────────────────── */ .tag-archive-header { text-align: center; padding: 3rem 1.5rem 2rem; } .tag-post-card .card-thumb { transition: transform 0.3s ease; } .tag-post-card:hover .card-thumb { transform: scale(1.04); } /* Force 16:9 on all featured images in the grid */…Continue reading