Debut Theme - Product Thumbnails Not Clickable | I Tried Everything

Hi,

I am having an issue with all my product thumbnail images. No one can click the pictures and go to product, they have to click the at the title, which is really annoying, and i believe most of the visitors leave the page for this reason. I’ve been trying to solve this issue since for serval days now. I finally decided to ask for help here.

It suddenly happened after upgrading a subscription in a “Label designer” app I have had for a long time, but this is a update I need, so i can´t uninstall the app. I really hope someone can help:

Important: This is only a problem on home page, and other pages like “you may also like” under product pages. On collection pages it works perfectly.

If someone had the issue before and solved, i’d be highly appreciated to know the solution!

My theme : Debut Theme

My website URL.: https://www.melchiorjewelry.com/ (scroll a bit down)

.

.

.

.

.

.

.

.

@GemPages_Agents

@KetanKumar

@hammadCodes

@PaulNewton

@Ninthony

@dmwwebartisan

@ExpertRookie

@MandasaTech

@GemPages

@stinem123

You can add the below code to fix it by following these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.css in the Assets folder.

  3. Paste the below code at the end of the file.

.full-width-link{
  z-index: 2 !important;
}
#Collection .full-width-link{
  z-index: 2 !important;
}

Thanks!

1 Like

@dmwwebartisan

You are amazing! Thank you so so much - really appreciate!