Hi, that worked perfectly. Will this have any negative affect having deleted this string?
Topic summary
A user encountered an issue where dropdown menu items on their Shopify store’s homepage were unclickable when positioned over an image banner. The banner was intercepting clicks instead of allowing menu interaction.
Solutions Proposed:
- Remove
position: absolutefrom.slideshow__action-fullclass - Add
z-index: 1 !important;to.headerMenu-menuList2, .headerMenu-menuList3in the base.css file
Resolution & New Issue:
Removing the position styling fixed the dropdown menu problem. However, this created a secondary issue: image banner links to collections stopped functioning.
Current Status:
The original poster is seeking a solution that resolves the dropdown menu interference without breaking the banner link functionality. Another user has requested clarification on where to locate the relevant code, indicating they face the same problem.