Removing top left logo tooltip on Employee Center that covers the megamenu in Washington release
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; }