@import url(/wp-content/themes/bridge/style.css);document.addEventListener('DOMContentLoaded',function (){// Target all image links var imageLinks=document.querySelectorAll('a img');imageLinks.forEach(function(img){var parentLink=img.parentNode;if (parentLink.tagName==='A'){// Remove the href attribute from the parent link parentLink.removeAttribute('href')}})})