Removing top left logo tooltip on Employee Center that covers the megamenu in Washington release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 08:40 AM
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;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:21 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 09:42 PM
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.
- 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.