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

Panels

.lts-panels{ position: relative; overflow: hidden; border-radius: 1px; /* important since ::before uses inherit */ isolation: isolate; /* ✅ 2px-ish clearance padding (your chosen tight version) */ padding: clamp(5px, 0.6vw, 6px) clamp(5px, 0.6vw, 6px) clamp(6px, 0.8vw, 8px) clamp(5px, 0.6vw, 6px); /*…Continue reading

Profile Grid

/* ========================================================= MAIN PROFILEGRID SHELLS ========================================================= */ :where(.pmagic, .profilegrid, .pg-wrapper, .pg-container, .pg-profile-wrap, .pg-group-wrap, .pg-card, .pmagic-card) { position: relative; overflow: hidden; border-radius: var(–pg-radius); border: 1px solid var(–pg-line-soft); background: radial-gradient(circle at 16% 0%, rgba(28,183,255,.14), transparent 34%), radial-gradient(circle at 88% 12%, rgba(255,110,0,.08), transparent…Continue reading

POST FIX CSS

.comment-awaiting-moderation {display: none!important} .ultp-date-meta span { display: inline!important; } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .ultp-date-meta span { display: inline!important; } }/* END MEDIA QUERY*/ .wp-caption .wp-caption-text { line-height: 1; }…Continue reading

Header Grid

.lts-headerGrid{ display:grid; grid-template-columns: 1.35fr 1fr 1.35fr; align-items:center; gap: clamp(12px, 2vw, 28px); padding: clamp(10px, 1.2vw, 18px) clamp(14px, 2vw, 26px); } /* Left */ .lts-headerGrid .lts-headerLeft{ justify-self:start; min-width: 340px; } /* Center console */ .lts-headerGrid .lts-headerCenter{ justify-self:center; text-align:center; max-width: 560px; } /*…Continue reading