I’m having trouble with
adding custom css to my menu and it says that menu elements aren’t supported by CSS yet
Working in
wix Studio Editor
What I’m trying to do
make animation when hovering over menu elements that they are getting underlined just like on this website Find a branch - Interchange FX
Strange - you’ll still get the autocomplete for the horizontal menu, and when applying CSS properties, it works. But the panel isn’t showing, so you can’t apply a custom class.
For example, this works (although will apply to all menus on the site):
Here is the code that I am using. I am directly referencing “horizontal-menu__item-label”, as I can’t create a new class with inherited attributes, as Wix Studio is reporting “Menu elements is not yet supported in CSS”. N.B. I have also tried “horizontal-menu__item”, as well as “menu__item-label” and “menu__item”, all to no avail.
However if I apply exactly the same code to a Rich Text element, it works perfectly.
Hello V-Blog, thank you for replying. I looked at the documentation and as I understand it, only the Dropdown menu classes are depreciated, not the Horizontal menu class. I may be wrong about that.
However I tried out the Background colour example as provided by @noahlovell community manager, and that worked as expected.