I recently plugged in the code to have it so that I can hover over the mega menu to select a different page. However, the mega menu dropdown keeps disappearing before I can click on anything. The same thing happens no matter what page of the website I am on. How do I stop it from disappearing too quickly? Thanks.
Hi @n_kim_2003 ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi @CodingFifty
Sorry for the late reply.. I hope you will still be able to help!
My store link is: valiorofficial.com
the password to enter is ValiorOfficial123
Hi @n_kim_2003 ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.mega-menu__content{
margin-top: -21px !important;
z-index: 9999999 !important;
border-top: 1px solid black !important;
}
Thank you! This worked perfectly! @CodingFifty