This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109108
     Gandam
    Participant

    Hi,

    I was wondering whether it’s possible to remove the user avatar border (white circle around profile image) in BP profile page. If yes, how do I do that? thanks! 🙂

    Attachments:
    You must be logged in to view attached files.
    #109273
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings- > quick css

    COPY CODE
    
    body.is-user-profile.bbp-user-page #item-header-avatar {
        border-width: 0px !important;
    }
    
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109312
     Gandam
    Participant

    @Radu
    Thank you!! Thumb up for you!:)

    #109401
     Gandam
    Participant

    @Radu
    How do I do the same for BP group avatar? Thanks! 🙂

    #109428
     Radu
    Moderator

    Hi,

    For the groups use this css

    COPY CODE
    
    body.groups #item-header-avatar {
        border-width: 0 !important;
    }
    

    You’re welcome

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?