
As it’s on the picutres, in the menu there are some numbers. Any suggestion how to remove them?
Thank you!

As it’s on the picutres, in the menu there are some numbers. Any suggestion how to remove them?
Thank you!
Hello @maryanshap,
I hope you are doing well.
An easy way would be to hide it using Custom CSS. Try below code to Custom css tab under rtMedia admin settings :
#buddypress div.item-list-tabs ul li a span{
display:none;}
I hope it will help you.
Thank you, Pranali