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

Insert Title Into Page Banner

jQuery(document).ready(function($) { var $titleSource = $(‘.banner-overlay-title’).first(); if ($titleSource.length && $(‘.innerbanner’).length) { $(‘.innerbanner’).html(‘ ‘ + $titleSource.html() + ‘ ‘); $titleSource.hide(); } });Continue reading

Podcast RSS Feed CSS

body.search-results .innerbanner, body.single-podcast .innerbanner { background-image: none !important; display: none; } .uvri-podcast { font-family: inherit; } .uvri-tab-nav { display: flex; gap: 4px; border-bottom: 2px solid #2a448b; margin-bottom: 20px; flex-wrap: wrap; } .uvri-tab-btn { background: none; border: none; border-bottom: 3px solid…Continue reading