How can i make this that i don´t need to click on it to show collections?
I need to click on catalog to show the collections, but how can i do that i don´t have to click but only to go here with mouse?
https://6a31ba-2.myshopify.com/ pass : deelye
How can i make this that i don´t need to click on it to show collections?
I need to click on catalog to show the collections, but how can i do that i don´t have to click but only to go here with mouse?
https://6a31ba-2.myshopify.com/ pass : deelye
Hello @Oliver213 ,
You need to write a jQuery code.
On hover of the menu which has a dropdown add attribute to its parent element (details)
Also at same time make attribute aria-expanded true.
And when hover move to next item or body do the reverse.
Thanks
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Thanks!