Hide full name text on MySpace
Code to hide my name text on MySpace
Question:
Amanda asks: Hey what’s up. On my new MySpace 2.0 profile, i would like to remove my full name text from the profile header. Can you send me the HTML codes i would need for that?
Answer:
Thanks for your question, Amanda. I am not sure about which of the names you would like to hide so i will provide you a solution for both. In order to hide your profile name (which is posted in big bold letters), copy the code from the box below into your CSS section.
If what you want is to hide your full name, follow these instructions:
- On MySpace Click Profile and select Customize Profile
- In the profile header section, Hit the Edit Module icon (small pencil)
- Uncheck “Show Full name”
- Hit Apply Changes
- Hit Preview (in the upper left hand side profile) and verify your changes
- Hit Publish (in the upper right end side of your profile)
<style>
/* hide full name on MySpace code */
div.basicInfoDetails h2 {display:none;}
</style>
Want to customize your MySpace profile? If so, we suggest that you browse the tons of codes available in our MySpace codes page.
Filed Under: Hide MySpace stuff • MySpace 2.0 • MySpace Help
Other useful related answers:
- Hide MySpace interests text section
- How to hide the MySpace URL?
- Hiding your gender text on MySpace
- Hide to hide MySpace stuff on 2.0 ?
- How to hide my details on MySpace 2.0 ?

hi, i was wondering how do you hide the blurbs and i’d like to meet headers on myspace profile 2.0?