هل يمكنني إزالة النص من علامات التبويب في قائمة التنقل الجديدة؟

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.

إعجابَين (2)