Identify item ID in menu bar

Hi all,

Is there a way to get the id of items in the menu bar. I need to find a way to change text color when one of the items in the menu bar is clicked / hovered / mouse in

Thanks

You don’t need code to accomplish this. See the article Customizing Your Menu Design for information. You can set colors/fonts/effects for regular/hover/clicked.

Hi Yisrael ,

Thanks for your reply. What I want to achieve is that when i click on one of the items in menu bar, the color of another text at somewhere else will also change.

Is this do-able?

Thank you.

@zhaoyuehan1990 It’s not possible to capture menu events. You could create your own menu using buttons, boxes, images, or whatever works for you. Set it to appear on all pages. Define your event handlers and you should be good to go.