Logout button not visibile for ESC portal for non admin usersDescriptionLogout button is not visible for ESC portal for non-admin usersSteps to Reproduce 1- Install the Employee Center plugin with demo data2- Login to us non-admin user2-a Navigate to a Service Portal with "EC Theme" set as the theme 3- the log-out from the footer will not be displayed Note : the issue cannot be reproducible as maint or by impersonatingWorkaroundThe permanent fix will be available in the Employee centre Feb store release.For this defect a minor change is needed in css in : "https://<instance>.service-now.com/sp_header_footer.do?sys_id=d0009941eb103010ed7966d6475228c1"--------------------------------------------------------- Work around for this Issue-----------------------------------------------------------in place of :.impersonate-and-logout {div>ul>li:first-child {&>a{display: none;}below changes should be made:.impersonate-and-logout {div>ul>li:first-child {&>a#profile-dropdown{display: none;}---------------------------------------------------------------------------------------------------------------------------------------------------------------Related Problem: PRB1612271