we are using top bar navigation in project, when user login user navigate to default home page, in menu it is not getting focused Any one know how we can achieve this can any one help me.

0
 after login user navigate to default home page but in top bar menu item not in active this was issue.
asked
1 answers
0

I'm little bit confused. What you mean is that HOME menu button is not focused?

If so, the navigation menu bar is focused when it is clicked, not depend on current page.

Becuase user access the page after login,not via menu button, Home menu button is not focused.

So if you want to set focus on HOME button when entering Default Home page after login, I recomment to use HTML/Javascript Snippet from marketplace.

Simply write a javascript code that give a focus status on HOME menu button.

answered