Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1332708
    panteraforlife
    Participant

    I’m having a little issue with buddypress displaying some hidden usernames atm that are used to access the admin area, We have tried changing them but it seems to continue to display them regardless.

    I have added a picture showing the issue, Basically it’s the @username that is the problem and I am hoping you can help me find a way to remove it

    #1332716
    panteraforlife
    Participant
    This reply has been marked as private.
    #1333132
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    h2.user-nicename.cfc-b-tx {
        display: none;
    }

    Hope that helps.

    #1333998
    panteraforlife
    Participant

    Thanks for the help as always guys your are awesome !

    #1334485
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1332708 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>