How to fix unclickable dropdown menu on a third party theme?

I recently did my website. I purchased a 3rd party theme and just found out that they redid the coding that is causing problems that Shopify can’t resolve. Works fine on phone but not on computer.

My home page has a image that is clickable. When you click on the menu (shop tees), the dropdown is not clickable at all. It will bring you to the link that is attached to the image on the home page. Does anyone know how to fix this issue? I spent days doing my site and really hate to have to redo a who new theme. When we tested and switched themes, it worked perfectly.

My site is www.creativecolordesignsllc.com.

Hi @elvip1835

Could you check if there is an issue with your store?

Hi @Dan-From-Ryviu Sorry. Had the wrong them in there. Should be working now.

Hi @elvip1835

Please go to your Online store > Themes > Edit code > Assets > open base.css file > go to around line 2218, find this code below

#shopify-section-header {
  z-index: 3;
}

Change z-index value to 9999 so code will look like this

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

Save the file, reload your store and check again.

Is this a Kalles issue? I’m also having issues with my drop down and panicking!