- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘profile cover’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › profile cover
Hello,
Just wondering how I can just show @username in the cover photo of personal profiles?
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