Tours on ESC portal

Sharan Ellendul
Tera Contributor

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

SharanEllendul_0-1728901949191.png

 

Can anyone help in achieving this?

 

Thanks in advance,

Sharan

 

1 REPLY 1

Moin Kazi
Kilo Sage
Kilo Sage

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