I’m having trouble figuring out how to add a menu drop down transition to the “Login” drop down form. I’d like it to look similar to how the other menu drop downs. I think the transition should be something like:
transition: opacity .1s linear 40ms,visibility .1s linear 40ms;
Thank you so much. I have added some changes, however now the bar disappears when you stop hovering over the login menu option. I’m not sure why that would be.
And I’m able to get to the login dropdown without it closing. I didn’t do too much testing around your website though so I’d ensure that any of these changes don’t mess with other dropdowns on the site.