Location: site_wide_header
CSS Hide regular price (copy)
.original-computed-price ins:first-of-type{ display:none; }Continue reading
CSS Hide regular price
.original-computed-price ins:first-of-type{ display:none; }Continue reading
Untitled Snippet
Disable Consentmanager on Page
CSS für blue – legacy posts
/* Kästen Legacy-Artikel */ /* Nur .kasten, die ein .image UND ein h3 enthalten → Personenkarte */ .legacy .kasten { padding-bottom:64px; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) > *:not(.image) { grid-column: 2; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) ul { margin: 0.25rem…Continue reading
CSS für blue
.module–ad–leadboard.is-hidden–sm { display:block !important; } .module–article–flexible-box figcaption { width: 290px; } .module–banner–advertorial .module–inner { padding:0 !important; } /* Version 1.0.1 */ /* ================================================================ * Fix: Frame/Tandem-Ad Sichtbarkeit im Leaderboard-Slot * ================================================================ */ /* Hauptfix: Bilder im Leaderboard-Modul von max-width befreien…Continue reading
GTM_Tracking
document.addEventListener(‘DOMContentLoaded’, function() { /***** EVENTS ANFANG *****/ /***** Clicktracking Tabs *****/ /* with mousedown */ /*jQuery(“.su-tabs-nav span[role=’button’]”).on(“mousedown”, function() { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ ‘event’: ‘click_tab’, ‘tab_type’: jQuery(this).data(“anchor”).toLowerCase() }); });*/ /* using the fact that clicks on a tab…Continue reading
Call and WhatsApp buttons
WhatsApp Support 👋 Hi there! Need help? Chat with us on WhatsApp. Start ChatContinue reading
Video Grid Archive Styling
/* ============================================================= Video Grid — pc-video-grid 3-column card layout. Responsive: 2-col tablet, 1-col mobile. ============================================================= */ .pc-video-grid { display: grid; grid-template-columns: repeat( 3, 1fr ); gap: 2rem; width: 100%; } /* ── Card ── */ .pc-video-grid__card { display: flex; flex-direction:…Continue reading