Tagged: x Author Posts April 13, 2016 at 3:51 am #879613 krish213Participant Hey , How do i make the entire image of the product clickable. I want the user to head to the product by clicking any part of the product image and not just the name in the box.Please help me out with this April 13, 2016 at 4:02 am #879625 krish213Participant This reply has been marked as private. April 13, 2016 at 8:48 am #880020 ZeshanMember Hi Krish, Thanks for writing in! To achieve that, add following JS code under Custom > JavaScript in the Customizer: jQuery(document).ready(function($) { $('.archive .entry-product').click(function() { window.location.href = $(this).find('a').first().attr('href'); }); }); Hope this helps. 🙂 Thank you! Author Posts <script> jQuery(function($){ $("#no-reply-879613 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In