Hello! I was in the process of creating my website when I noticed something looked off. I wanted to know how to change the look of how the dropdown is. I want to also make an animation, so if someone hovers over a drop-down item, it would have a cool animation. Below is a video of how I would like it to look. Can someone please help me?
I would like the animation, as well as the round look on the dropdown.
You can create such effect by adding buttons, adding an onMouseIn() function to them that should show() the buttons below that are hidden on load. You can add an animation effect to the show() function. Check out these resources for more information:
https://www.wix.com/corvid/example/mega-menu
https://support.wix.com/en/article/corvid-tutorial-creating-an-expanding-mega-menu
https://www.wix.com/corvid/reference/$w.Button.html#show
But how can I make it so that those options will send me to another page?
@muniturbusiness
You can add the to() function from Wix Location API within the onClick event handler for that button.
https://www.wix.com/corvid/reference/wix-location.html#to