Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Add Hover Delay to SuiteCommerce Categories Menu
I am trying to add hover delay to the main categories menu in SuiteCommerce. Currently, there is no delay so moving your mouse over the screen causes the dropdown menus to appear instantly. This is a nuisance when trying to navigate to an existing element on the current screen.
I've tried adding transition-delay to the hover state in the categories menu in our custom theme, but that only delays the change of the menu text color from normal to the hover color; the menu still opens immediately. I've even tried applying this to various elements within the menu (e.g., <li><a>) within the browser console with no luck. How can I fix this?
0