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

Stories Post Loop Listing Styling

/* ============================================================= Stories Loop — pc-stories-loop Vertical post listing, two-column card (image left, content right) Stacks to single column on tablet and mobile. Last modified 04-13-26 (added lines 59-70) ============================================================= */ .pc-stories-loop { display: flex; flex-direction: column; gap: 0; width:…Continue reading

RED’S CSS Snippet

#red-chatbot-wrap { max-width: 720px; margin: 30px auto; font-family: Arial, sans-serif; } .red-chatbot-card { border: 1px solid #d1d5db; border-radius: 14px; overflow: hidden; background: #fff; } .red-chatbot-header { background: #0f172a; color: #fff; padding: 20px; } #red-chat-window { padding: 20px; height: 350px; overflow-y:…Continue reading