Solved

After adding a clickcable slidershow, my dropdown menu isnt clickable anymore | Dawn Theme

hasanali1
Shopify Partner
126 5 14

 

so i added a clickable slidershow, it works great

however i got a small issues:

1- the dropdown menu takes me to the slider banner (im guessing its cuz they are overlapping)

 

hopefully someone could help, 

website - https://the-style-luxe.myshopify.com/

password - reucho

 

hasanali1_0-1679217202242.png

 

 

 

Accepted Solution (1)
hasanali1
Shopify Partner
126 5 14

This is an accepted solution.

hi there,  tried it but its still going to the banner link

in addition it also removed the hovering animation

 

 

View solution in original post

Replies 2 (2)

GemPages
Shopify Partner
5588 1261 1207

Hi @hasanali1 


You can add the below code to fix it:

1. Go to Online Store -> Theme -> Edit code. https://prnt.sc/XkUYXZPnym_E

2. Open your base.css in the Assets folder.
3. Paste the below code at the end of the file.

 

#MainContent{
    z-index: 1;
    position: relative;
}

 

GemPages_0-1679218579419.png

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
hasanali1
Shopify Partner
126 5 14

This is an accepted solution.

hi there,  tried it but its still going to the banner link

in addition it also removed the hovering animation