Hi! I was able to make the hover menu but I would like the submenu to have hover submenu inside of it if that makes sense.
My website is https://sakurasignatures.com/ No password needed. Theme is Dawn.
Thank you in advance!
Hi! I was able to make the hover menu but I would like the submenu to have hover submenu inside of it if that makes sense.
My website is https://sakurasignatures.com/ No password needed. Theme is Dawn.
Thank you in advance!
Hi @ayoume88
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @ayoume88
.mega-menu__list li ul {
display: none;
}
.mega-menu__list li:hover > ul {
display: block;
}
Thank you so much! It worked!
If you don’t mind me asking another question: is there a way to make the order of the collection vertical like this website? https://www.lulus.com/
Sorry for asking so much! Thank you in advance.
Got it fixed but thank you so much nonetheless!