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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 02:41 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2023 06:12 AM
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