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

    #58325
    @thood

    Hello,
    Just wondering how I can just show @username in the cover photo of personal profiles?

    Answers

    #58498

    Anonymous
    @

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

    
    #buddypress div#item-header #item-header-content .sep {
        display: none !important;
    }
    #item-header-content h1 {
        display: none !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘profile cover’ is closed to new replies.