I’m using Motion theme’s latest version in that I made the filter section sticky using custom code and that worked but the issue is when we hover on the header menu, it hides the menu items. I’ll attach the reference image. Help me to rectify the issue.
Website: https://u2400w77sbw5tpfb-67925410094.shopifypreview.com
@Opeyemi0012 , Thanks for the timely reply, I need help to resolve this
Hi @Sivadarshan i see it look good, please double check on this
@DaisyVo Please go to any of the collection page and check it
Hi @Sivadarshan
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file site-nav.css and add this code at the end of the file
.site-nav--has-dropdown {
z-index: 99999 !important;
}
Result
Best,
DaisyVo
1 Like