Please or Register to create posts and topics.

Hide first name from profile

How can I hide the First Name from the publicly-accessible profile. See attached.

Uploaded files:
  • Asgaros_profile_remove_first_name.jpg

Hello @nickp

You can use the following CSS:

#profile-content .profile-row:nth-child(1) {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!