Skip to main content

User Profile Menu not visible when editing Community Page

 Only Notification icon is visible when logged to Experience Cloud despite selecting "User Profile Menu" on header settings:

user profile menu.PNG

1 answer
  1. Jul 5, 2021, 7:51 PM

    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

     

    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.

     

    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

0/9000