Tours on ESC portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 03:34 AM
Hi,
I'm working on ESC portal and got the below requirement.
1. To remove the red dot on Tours menu item
2. Exchange the positions of User profile and Tours menu in the portal
Can anyone help in achieving this?
Thanks in advance,
Sharan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 05:26 AM
Hi @Sharan Ellendul ,
I couldn't replicate the issue in my PDI, but here’s a suggestion to address it:
Step 1: Right-click and inspect the page to find the class or ID for the red dot (e.g., tour-dot).
Step 2: Once identified, navigate to the Header Menu Widget and search for the class or ID in the CSS.
Step 3: Add the following style:
.tour-dot { /* Replace with the identified class or ID */
display: none !important;
}
Hope this helps! Feel free to mark the solution as helpful.
Best regards,
Moin