Bricks Version: 1.4.0.2
Browser: All
OS: macOS
URL: (a link to a page that illustrates the issue would be really helpful)
I have icons on a top level menu that I would like to change (different icon design) when the menu item is hovered over. Trying to use pseudo state of hover doesn’t change the icon.
Hi Simon,
Thanks for your report!
Since the icons in the menu are inserted as HTML elements, you can’t change them using pseudo-states.

However, you can add the icons with custom CSS as a pseudo-element and change them accordingly when hovering.
Best regards,
timmse