BuddyBoss Home – Web Support Forums Themes Boss. theme Issues with username display

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #58168
    @socialcoc

    In the wall and profile page, the name is displayed as “name, @username” I just want it to show the “name”. For example, in the picture attached, it should show Abhijit not Abhijit, @abhi. How do i do that?

    Answers

    #58172

    Anonymous
    @

    Hi @socialcoc, Please add this css code inside your boss theme’s custom css option

    
    #buddypress div#item-header #item-header-content .sep {
        display: none;
    }
    #buddypress div#item-header #item-header-content h2.user-nicename {
        display: none;
    }
    

    Regards

    #58184
    @socialcoc

    Thank you very much! that worked well.

    #58220

    Anonymous
    @

    Great 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Issues with username display’ is closed to new replies.