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

Harish KM
Kilo Patron
Kilo Patron

You can add the below css to the header menu widget

.navbar-inverse .dropdown-menu > li > a {
color: yellow; // color you want

find_real_file.png

Regards
Harish

Susan Britt
Mega Sage
Mega Sage

This should be happening with the OOB Employee Center.  It's based on your Theme and the Theme's CSS Includes.  I would not change the header menu widget to accomplish this.

Shivpoojan
Tera Contributor

You can add following below CSS code to the CSS Field in Employee Center Record:

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

Refer to the attachments Employee Center Record.png and Portal.png.

Please mark helpful if this helps.

Regards,

Shivpoojan Tiwari

Hello.. I seem to have the same problem. Can you just look into this and let me know?

 

Screenshot (25).png

I want the drop down to be in white color and text in blue color  but drop-down is matching the header. How can I change this. You can see the Manager hub option. Right? I need this drop down in that white background and text as Manager-Hub.. 

 

@Shivpoojan 

 

TIA 🙂