Untitled Snippet

{ “data”: [ { “action_source”: “system_generated”, “custom_data”: { “event_source”: “crm”, “lead_event_source”: “Your CRM” }, “event_name”: “Lead”, “event_time”: 1673035686, “user_data”: { “em”: [ “7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068” ], “lead_id”: 1234567890123456, “ph”: [ “6069d14bf122fdfd931dc7beb58e5dfbba395b1faf05bdcd42d12358d63d8599” ] } } ] }Continue reading

Inner Pages CSS

/* ============================================================ MYTHOS — Site-wide Inner Page Theme Load via: WPCode Pro → Add Snippet → CSS Snippet → Site Wide Purpose: dark-themes the GeneratePress chrome + Gutenberg page content on every NON-home page, so inner pages match the self-contained…Continue reading

Home CSS

@import url(‘https://fonts.googleapis.com/css2?family=Spectral:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap’); .mt-page{ –mt-purple:#534AB7; –mt-purple-light:#7B72E0; –mt-purple-deep:#3A3290; –mt-glow:rgba(83,74,183,.45); –mt-cyan:#35C7FF; –mt-cyan-soft:rgba(53,199,255,.5); –mt-bg:#08081A; –mt-bg-2:#0C0C22; –mt-card:#12122E; –mt-card-2:#171738; –mt-border:rgba(123,114,224,.22); –mt-border-bright:rgba(123,114,224,.5); –mt-text:#E9E9F2; –mt-muted:#9A9AC0; –mt-white:#fff; –serif:’Spectral’,Georgia,serif; –sans:’IBM Plex Sans’,system-ui,sans-serif; –mono:’IBM Plex Mono’,monospace; –wrap:1180px; –pill:999px; –ease:cubic-bezier(.22,1,.36,1); font-family:var(–sans); color:var(–mt-text); background:var(–mt-bg); line-height:1.6; -webkit-font-smoothing:antialiased; } .mt-page *{box-sizing:border-box;margin:0;padding:0} .mt-page img{max-width:100%;display:block} .mt-page ::selection{background:var(–mt-purple);color:#fff}…Continue reading

Untitled Snippet

/* ============================================================ MYTHOS TECHNOLOGY — Homepage CSS Load via: WPCode Pro → Add Snippet → CSS Snippet Scope: Site-wide (or restrict to front page template) ============================================================ */ /* ── TOKENS ────────────────────────────────────────────────── */ :root { –mt-purple: #534AB7; –mt-purple-light: #6E65D0; –mt-purple-glow: rgba(83,…Continue reading

Etch Structure Panel Colours CSS

/* ========================================================= Etch Structure Panel: Colour-coded tag markers ========================================================= */ .etch-builder-structure-wrapper .etch-builder-accordion__header { position: relative; isolation: isolate; } .etch-builder-structure-wrapper .etch-builder-accordion__header::after { content: “”; position: absolute; left: 0; top: 0px; bottom: 0px; width: 4px; z-index: -1; border-radius: 0; background: var(–etch-tag-color, #64748b);…Continue reading