[SalesForce] Customization of Profile Menu element in Community Builder

I'm trying to customize Profile Menu element in Community Builder.
I created custom lightning component and added it in Builder.
I'd like to move Profile Menu element (with drop down menu) in my new custom component.
But I can't find any solution about this issue.
enter image description here

Best Answer

The Profile menu is not a drag and dropable component, it is embedded within the Layout.

If you want to be able to add the profile component in your component, you will have to do so directly in your component code, or Modify the theme layout to include your component in the layout with the profileMenu embedded within it.

you can refer to the following docs: