Need Help - Thumbnail photos are not clickable

Hello for some reason on the product page the images that are the thumbnails are not clickable

can someone tell me what to do? Any help would be appreciated

My domain: https://sportswearmax.myshopify.com/

My password: crewdo

hi @bill-blanks

please put this code in css files.

.control-button-gallery > a { z-index: 9; }
.control-button-gallery {  z-index: unset; }

thank you so much.

khilan.

@bill-blanks

  1. Go to online store dashboard.

  2. Click on Actions/Edit Code/Assets/theme.css

  3. Open the theme.css file and go to the very bottom.

  4. At the end, paste this code:

.control-button-gallery {
  z-index: auto;
}
.control-button-gallery3 .prev,
.control-button-gallery3 .next {
  z-index: 9;
}

It should work perfectly now. You can email me if you face any difficulty.

Hello @bill-blanks

It is happening just because of z-index value .

You need to add the code at the end
Go to Online store → Theme ->Edit code → Asset ->theme.css file

.control-button-gallery {
    z-index: unset;
}
.control-button-gallery .prev,.control-button-gallery .next {
    z-index: 9;
}

thanks ill be reacching out to you

Hello i emailed you, i was wondering if you can do work for me I am on a budget but I would love to work together