Removing top left logo tooltip on Employee Center that covers the megamenu in Washington release

johnvpr
ServiceNow Employee
ServiceNow Employee

To remove the tooltip on the logo, you can use this CSS in the theme style sheet:

 

.navbar-inverse .clearfix .navbar-brand + .tooltip{
  display: none !important;
}

 

johnvpr_0-1728401892811.png

 

2 REPLIES 2

StuartD
Tera Contributor

Hi John,

No offence, but your documented instructions are poor.  Please provide more context - is this an entry in the CSS includes or in the CSS variables panel itself?

StuartD
Tera Contributor

Okay.

 

Here is a better set of instructions:

- Change the current scope to Employee Center

- Navigate to Service Portal > Themes

- Locate the EC Theme in the list an open the record

- Go to the CSS Includes related list at the bottom of the form for the EC Theme

- Locate the CSS include entry for ec-theme-va and open it

- Click on the "i" button for the entry in the CSS include field to go to the CSS include record ec-theme-va

- Click on the "i" button for the entry in the Style sheet field to go to the Style sheet record for ec-theme-va

- Modify the the CSS field by adding the text that John has supplied, below the existing entries.

StuartD_0-1728448836849.png

 

- Save the Style sheet record, return to your ESC portal window and refresh the browser.  The tooltip should no longer appear

- Sigh with relief and move on with more important matters.