BuddyDev

Search

Remove this number?

  • Participant
    Level: Initiated
    Posts: 8
    Chris Hall on #46310

    Is it possible to remove the number by the tab like the one highlighted in this picture?

    https://imgur.com/I7VltOe

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #46320

    Hi Chris,
    you may add the following css to hide it.

    
    .item-list-tabs .count {
       display:none;
    }
    
    

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved