Skip to main content

My Profile Tabs

Hi everyone, I can't seem to find where/how to configure/hide the tabs in "My profile", e.g. "About", "Spaces", etc.

Members seem to see "Posts" and have the option to compose the post before hitting an error because they have no access to any spaces that would allow this. Ideally, I want to hide the composer entirely so they can just go to designated spaces (if applicable) to ask questions.

Hello Abby W, if you want to hide the composer part only, you can use custom CSS to hide that part.

Go to Settings > Customization > Custom Snippets

Add the following CSS properties:

.profile_holder .create_status_holder { display: none; }

This will hide the composer, and users won’t see the composer on from their profile route; they can see the composer on the feeds route or specific space routes.

Abby W

Tawsif Ahmed RiyadΒ Thank you so much!!