BuddyBoss Home – Web Support Forums Themes Boss. theme hide "Cancel Friendship" button

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

    #55951
    @anja

    Dear all,

    I want do hide the “cancel friendship” button on the profile-fiends page of a not logged in user. If I go to the profile friends site of an other user the “cancel friendship” button is confusing. Do you have a solution for that?

    Thanks in advance


    @anja

    Answers

    #56042

    Anonymous
    @

    Hi @anja, Please add this custom css code in your child theme’s custom css option:

    
    .generic-button.friendship-button.is_friend {
        display: none !important;
    }
    

    Regards

    #56083
    @anja

    Hi @pallavi, thank you!

    Regards, Anja

    #56172

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘hide "Cancel Friendship" button’ is closed to new replies.