I want to hide the button next to Community which creates new topics. This is in the Drop Down menu.
When I try the following it hides the new topic button, but it also hides the edit pencil next to Categories(which I want to keep).
.sidebar-section-header-button{
display: none;
}
How do I hide only the new topic button next to community?