Blog

document.addEventListener("DOMContentLoaded", function() { let twitterIcons = document.querySelectorAll(".elementor-lightbox .social-share .twitter svg"); twitterIcons.forEach(icon => { icon.innerHTML = ``; }); });