This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #170754
     sstaradm
    Participant

    Hi, I would like to know if it’s possible (and how) to remove (hide) the @ sign before the user name and also he last post title, both in the Profile header of a Buddypress page. You can see what I’m talking about in the attachment, surrounded in red. My knowledge in PHP is quite limited, but I can edit a PHP file if needed. I am at ease with HTML and CSS.

    Thank You!

    #170805
     Laura
    Moderator
    Hello, for the last activity, add this to style.css of child theme :)
    div#latest-update {
        display: none !important;
    }
    
    For the @ at the mention username, that is actually part of the username, not a separated text so using css you would need to hide the mention username instead
    #170843
     sstaradm
    Participant
    Not marked as solution
    #170917
     Laura
    Moderator
    Hello, understood, make sure its at the child theme :)
Viewing 4 posts - 1 through 4 (of 4 total)

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

Log in with your credentials

Forgot your details?