BuddyBoss Home – Web › Support Forums › Solutions › Social Portfolio › Remove Name
Tagged: cover photo, profile name, remove profile name
- This topic has 10 replies, 3 contibutors, and was last updated 8 years, 6 months ago by Anve S..
Question
April 15, 2016 at 12:31 pm #68470@heavenlygiftedpeopleHi,
How do I remove the name that shows up on my profile in black? It’s already on my profile photo so I want to remove it from under my photo.
How do I remove the name in yellow that’s highlighted in the attachment?
Thanks!
Answers
April 18, 2016 at 2:58 pm #68831@heavenlygiftedpeopleAny Update on this??
April 19, 2016 at 12:35 am #68865@
AnonymousThese are small customization you can easily use your developer or 3rd party service to do them
For small customization you can also use https://codeable.io/Regards
Varun DubeyApril 19, 2016 at 11:48 am #68953@heavenlygiftedpeopleCant I just use CSS to hide the profile name? Would that be possible?
Thanks
April 20, 2016 at 1:27 am #68997@anveYou can also use following css , apply it in child theme’s custom css .
#buddypress #item-header .profile-info h2.user-nicename { display: none; }
Regards
AnveApril 20, 2016 at 10:28 am #69048@heavenlygiftedpeopleAnve,
That worked perfectly!
One problem, now the City is showing up scrunched under the Profile Picture. Do you have CSS to hide the City as well? or a code to simple move it to the right of the profile photo?
See attached. Thanks so much!!
TravisApril 21, 2016 at 3:39 am #69122@anvePlease place the following code in child theme’s custom css . This will move the city text downwards , hence will look perfect on every screen size .
body.bp-user.projects #buddypress #item-header .profile-info span.profile-field { margin-top: 15px!important; }
Regards
AnveApril 21, 2016 at 10:20 am #69177@heavenlygiftedpeopleHi,
This CSS worked for when you are viewing members profile pages but when you are viewing your profile logged in the city is still scrunched up and not separated from the photo. Do you have CSS I could enter that would move the city down when viewing my logged in profile? See attached.
Thanks!!
TravisApril 22, 2016 at 1:18 am #69285@anvePlease place the following code in child theme’s custom css .
.xprofile #buddypress #item-header .profile-info span.profile-field { margin-top: 15px; }
Regards
AnveApril 23, 2016 at 11:53 am #69591@heavenlygiftedpeopleThat worked! Thanks!
April 25, 2016 at 2:16 am #69685@anve
- The question ‘Remove Name’ is closed to new replies.