Home Forums WoodMart support forum How do I make Images in Shop and Product Archieve clickable?

How do I make Images in Shop and Product Archieve clickable?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #534019

    hendrikdobbert
    Participant

    How do I make Images in Shop and Product Archieve clickable? Currently only the Title is a link to the Single Product.

    #534107

    Hello,

    But the images are already clickable on the archive pages:
    https://www.veed.io/view/b1de6af1-ceb9-432a-929a-c4901e4654bf?sharingWidget=true&panel=share

    Best Regards.

    #534306

    hendrikdobbert
    Participant

    Somehow not for mobile. For Desktop works very fine.

    #534517

    Hello,

    It is an issue with your custom css code. I have commented out the following custom css code and the images are clickable on mobile. Check back your site and check the issue.
    Here is the code:

    .product-grid-item.product .product-element-bottom .wd-entities-title a{
    	pointer-events: none;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)