Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can we change Profile icon drop down link colors (Impersonate,logout,profile) to match same link color of header and not mega menu link color.

gayatri13
Tera Contributor

find_real_file.png

5 REPLIES 5

Hi @Prashanth110 add following CSS code to the CSS Field in Employee Center Record:

.navbar-inverse ul.dropdown-menu > li > a {
color: blue;
}
.navbar-inverse .dropdown-menu {
background-color: white !important;

}
Check out the attached screenshot and change the color according to your requirement.

Please mark helpful if this helps.

Regards,

Shivpoojan Tiwari