Hello @notevenbuttery,
Thank you for reaching out to us!
Could you please send me your website’s url to take a look and investigate this a bit?
Thank you,
Mihaela
Thank you, @notevenbuttery!
Have you added this code in Appearance > Customize > Site settings > other options ?
#header-menu .menu-item-has-children:hover > ul.sub-menu {
display: block;
}
I could not find the code in the css of theme and I have just checked and it works if you add it. See my screenshot with the code added: https://gyazo.com/45b78e4e4d863768838eb54e0b3b7599
Please give it another try following my instructions and see if it works afterwards.
Please also clear your cache in order to see the change.
All the best,
Mihaela
I went ahead and added the above code. I also cleared my cache, but am still unable to see the change on my end. Is it something to do with how I structured the menus maybe ?
Thanks
Hello @notevenbuttery,
Please remove the arrow, and add it like this:
#header-menu .menu-item-has-children:hover ul.sub-menu {
display: block;
}
The issue was with the arrow.
All the best,
Mihaela
That fixed it! Thank you very much.