my slideshow overlaps my search bar - slideshow clickable

Hi, I made a modification to my slideshow to make it clickable. But then when I search the click zone of the slidershow overlaps and I can’t click on my searched product.

Could you help me.

The code that I modified was this.

Page : thn.pe

{
“type”: “url”,
“id”: “image_link”,
“label”: “Image Link”
},

It appears that you added a modification to your slideshow to make it clickable by adding an <a> element with a link. However, you’re experiencing an issue where the click zone of the slideshow overlaps with the product you’re trying to click on.

To resolve this issue, you can try adjusting the positioning and z-index of the clickable <a> element. Here’s an updated version of the code:


Hey @AdolfoCV

Please follow below steps

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

#shopify-section-header{z-index: 9999;}
1 Like

Thank you very much, yes it works

1 Like