Untitled Snippet

document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.elementor-post__thumbnail__link’).forEach(function(link) { link.setAttribute(‘target’, ‘_blank’); link.setAttribute(‘rel’, ‘noopener noreferrer’); }); });Continue reading

Toestemming  banner v2.0

/* ========================================================= Toestemming banner v2.0 CSS ========================================================= */ #dv-consent-overlay { position: fixed; inset: 0; z-index: 999998; background: rgba(46, 46, 46, 0.45); backdrop-filter: blur(2px); } #dv-consent-banner, #dv-consent-panel { position: fixed; left: 50%; top: 50%; z-index: 999999; transform: translate(-50%, -50%); width: min(92vw,…Continue reading