What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Image Banner interfering with drop down menu - Refresh Theme

Image Banner interfering with drop down menu - Refresh Theme

kronen-p0ps
Excursionist
34 0 2

Hi, I have setup my drop down menu and have them linked correctly. They work when I click them from any page other than the Home page. From the Home page, it seems that I can't click on menu items that appear over the image banner, it just clicks the image banner instead. 

Is there anything I can do here to stop this from happening? 

 

Thanks in advance! 

My store is https://kronen-p0ps.co.uk/

 

 

Replies 9 (9)

Salil17
Shopify Partner
86 5 12

Remove style position: absolute from .slideshow__action-full 

with min-width:990px;

 

If you need more help feel free to contact me.

kronen-p0ps
Excursionist
34 0 2

Hi, that worked perfectly. Will this have any negative affect having deleted this string? 

kronen-p0ps
Excursionist
34 0 2

Hi Salil17, I removed that string and it has fixed my issue interfering with the drop down menu. But now I can't seem to link my image banner to collections like before? 

Salil17
Shopify Partner
86 5 12

You just remove the whole class, but only needs to remove position:absolute

Georgia19384
Visitor
3 0 0

Please could you tell me where this code line is located ? I am having the same issue. Thank you.

JabirKhan
Shopify Partner
75 7 16

Hello Kronen,

Welcome to shopify community.

 

You can try these steps to solve your issue:-

 

------
1. From main shopify page, click the three dots and select edit code.

2. From left side panel window go to Assests --.base.css.

3. Paste the below code at the bottom of your file.

 

.headerMenu-MenuList-2, .headerMenu-MenuList-3  {

z-index = 1 !important;

}

 

let me know if this resolves your issue.

 

Thank you.

-Use the new day to learn something new that you enjoy. Happy Coding.
- If you find my reply helpful, please hit Like and Mark as Solution
kronen-p0ps
Excursionist
34 0 2

Hi, that did not work sorry. Thanks for trying! 

JabirKhan
Shopify Partner
75 7 16

replace . with #

-Use the new day to learn something new that you enjoy. Happy Coding.
- If you find my reply helpful, please hit Like and Mark as Solution

kronen-p0ps
Excursionist
34 0 2

So I have the drop down menu issue resolved but now my links on banner images no longer seem to work?