Ride theme - when I click my drop down menu link, it goes to slide show image link instead

When I try to click on my dropdown menu links, if the menu is within my slideshow image, it will go to the slideshow image link instead. This happens on both desktop and mobile. Can you please help me fix this? I want to be able to click on the dropdown menu even when it covers the slideshow image.

Thank you in advance.

Hi @Kanoya

Go to your Online store > Themes > Edit code, open theme.liquid file, add this code after


Hello!

I added the code but unfortunately, the problems persisted. Can you please help me again?

Hi @Kanoya

So please remove that code and then use this

{% if template == 'index' %}
#MainContent {
z-index: 1 !important;
}
{% endif %}

This one works! Thank you for your help. Have a great day!

Yo are most welcome.