document.addEventListener('DOMContentLoaded', function() { const productImages = document.querySelectorAll('.elementor-widget-woocommerce-products .product img'); productImages.forEach(function(image) { const link = image.closest('.product').querySelector('a'); if (link) { image.style.cursor = 'pointer'; // Optional: Change cursor to indicate it's clickable image.addEventListener('click', function() { window.location.href = link.href; }); } }); });

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comment (01)

  • A WordPress Commenter

    December 3, 2024 8:45 am

    Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.

Leave a Comment

Your email address will not be published. Required fields are marked *