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

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

elvip1835
Visitor
2 0 0

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.

Replies 4 (4)

Dan-From-Ryviu
Shopify Partner
9655 1932 1968

Hi @elvip1835 

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

Screenshot 2023-08-25 at 08.59.22.png

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

elvip1835
Visitor
2 0 0

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

Dan-From-Ryviu
Shopify Partner
9655 1932 1968

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. 

 

 

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

shewolf
New Member
4 0 0

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