새로운 탐색 메뉴 탭에서 텍스트를 제거할 수 있나요?

You can use the following CSS:

.user-activity-page .nav-pills li span {
    display: none;
}

It doesn’t hide certain texts which aren’t wrapped in a <span> and usually come from theme components or plugins. Those can’t be targeted with CSS.