Service Portal header Menu issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-30-2023 09:52 PM
if you click on the user menu in the service portal's header, a drop-down menu containing menu items like Profile, Logout, and other options will appear. I want that menu not be a drop-down; instead, it should a sidenav. (it should slide from left) How do I achieve this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-30-2023 09:58 PM
Hi there,
What you are asking is not a simple configurable option. For that you would need to create your own heavily customized header widget.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-31-2023 04:41 AM - edited ā05-31-2023 04:42 AM
I have cloned the default header and am configuring it i believe I need to do some html and css changes. (coloured one)
HTML code
<a href class="toggle-dropdow" data-toggle="dropdown" aria-expanded="false" aria-label="{{::data.profileBtnMsg}}: {{::user.name}}" id="profile-dropdown" role="menuitem" aria-haspopup="true">
<h4> <span class="navbar-avatar" aria-hidden="true"><sn-avatar class="avatar-small-medium avatar-icon" primary="avatarProfile" /></span>
<span style="color: white; size: 100px;" class="visible-lg-inline pad"> {{::user.name}} </span> </h4>
</a>