BuddyDev

Search

[Resolved] Where can I delete text in BuddyPress?

  • Participant
    Level: Enlightened
    Posts: 58
    Anders Hidman on #38190

    Where can I delete this text when I want to upload / change profile picture in BuddyPress?
    See image:
    https://www.screencast.com/t/J9RCF2BT

    BR
    Anders Hidman

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #38214

    Hi Anders,

    You can copy the file from plugin/buddypress/bp-templates/[your-currently-active template pack(bp-legacy or bp-nouveau]/buddypress/members/single/profile/change-avatar.php to your themes/[current-active-theme]/buddypress/members/single/profile/change-avatar.php and modify it.

    Please make sure to replace [current-active-theme] with your actual theme directory name.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 58
    Anders Hidman on #38493

    Thanks for your reply!
    Unfortunately I do not understand how I with FileZilla find the right file to modify. I’m just a beginner. Is there a possibility that I can get a CSS snippet that fixes what I want?

    Best regards
    Anders Hidman
    Sweden

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #38501

    Hi Anders,
    Please add the following css

    
    .change-avatar .bp-feedback {
        display: none !important;
    }
    

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 58
    Anders Hidman on #38502

    Thank you so very much!

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #38516

    You are welcome.

The topic ‘ [Resolved] Where can I delete text in BuddyPress?’ is closed to new replies.

This topic is: resolved