Only Notification icon is visible when logged to Experience Cloud despite selecting "User Profile Menu" on header settings:
1 answer
Hi Dawid,
Do you by chance have any CSS overrides in place? I've seen some admins put this in to hide the User Profile from displaying. If you go to the CSS by following the image below, I would check to see if you have any CSS in place
For example, if you see something like this, it could be hiding the User Profile component
}.userBadge{
display:none;
}
.userDetailHeader slds-grid slds-p-vertical--medium{
display:none;
}
Thanks,
Mikey