Hello everyone, my request is valid for both the list of products and the banners category in homepage: I wish the entire rectangle of product was clickable and not just the title of the product. How can I do? Thanks.
Accepted Answer
SOLVED by myself.
For the banner in homepage edit:
/sppagebuilder/addons/fancy_image_link/site.php
and add <a target="_self" href="'. $url .'"> around the img div container and delete "overlay-hidden" class to the container
For the products lists edit:
templates/shaper_glamour/html/com_hikashop/product(/listing_img.php
and delete "overlay-hidden" class to the img container