BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Hide Social Link Text on Buddypress profiles

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

    #62618
    @stashfellas

    Hello,

    Is there a way to hide the text content of the social links on Buddypress profiles?

    I want the icons to display under the profile photo but I do not want the text links to appear on the profile.

    Is this possible?

    Kind regards,

    Jay

    Answers

    #63294
    @zarko

    Hi,

    You could hide it with CSS, which you can add to child theme or OneSocial Option CSS field:

    
    .profile .bp-widget.social {
    display: none;
    }
    

    Regards

    #64003
    @stashfellas

    @Zarko

    That’s brilliant thank you.

    Kind regards,

    Jay

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Hide Social Link Text on Buddypress profiles’ is closed to new replies.