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

Sure Cart Checkout Page form styles -CSS

:root body{ –sc-input-background-color-disabled: white!important; –ast-global-color-secondary: #121212!important; } .wp-block-surecart-column.has-background{ –sc-input-background-color:white!important; –sc-select-background-color: white!important; } /* SureCart input hover + focus background + text */ .page-id-62615 sc-checkout, .page-id-62615 sc-form, .page-id-62615 sc-customer-email, .page-id-62615 sc-customer-name, .page-id-62615 sc-order-billing-address, .page-id-62615 sc-order-shipping-address, .page-id-62615 sc-order-coupon-form { –sc-input-background-color-hover: #ffffff !important;…Continue reading

Ticker

/* ============================================================ LTS HUD FOOTER TICKER (sticky bottom) ============================================================ */ .lts-hudbar{ position: relative; left: 0; right: 0; bottom: 0; z-index: 9999; min-height: 44px; padding: 10px 14px; background: rgba(10,12,16,.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: none; border-bottom: 1px solid rgba(30,41,59,.65); box-shadow: 0…Continue reading

Video Contaner

/* ========================= LOGO VIDEO ========================= */ .lts-video-shell{ display: inline-flex; align-items: center; justify-content: center; text-decoration: none; line-height: 0; position: relative; } .lts-video-shell video{ width: auto; height: 70px; display: block; object-fit: contain; }Continue reading

CSS-Anpassungen blue-theme

/* Version 1.0.1 */ /* ================================================================ * Fix: Frame/Tandem-Ad Sichtbarkeit im Leaderboard-Slot * ================================================================ */ /* Hauptfix: Bilder im Leaderboard-Modul von max-width befreien */ .module–ad.module–ad–leadboard img { max-width: none !important; } /* Overflow auf der Modul-Kette sicherstellen */ .content–wrapper {…Continue reading

Profile Grid Panel (CSS)

/* ————————————————- ROOT PANEL LOOK Works as branded wrapper around ProfileGrid areas ————————————————- */ .lts-profile, .pmagic .lts-profile, .profilegrid .lts-profile, .pg-wrapper .lts-profile { position: relative; width: 100%; border: 1px solid rgba(28,183,255,.28); background: radial-gradient(circle at 85% 10%, rgba(255,110,0,.06), transparent 24%), linear-gradient(180deg, rgba(10,18,28,.92)…Continue reading