Hiding your gender text on MySpace
Code to hide my gender on MySpace
Question:
Miranda asks: Hello, can you share with me the code i need to use in my MySpace profile for removing my gender from there?
Answer:
Thanks for your question, Miranda. You can hide your gender on MySpace 2.0 with some simple CSS code. Go ahead and grab the code from below and implement it in your CSS section in the new MySpace profile (Profile>> Customize Profile).
<style>
/* hide gender on MySpace */
div.basicInfoDetails span.gender {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
- Hide full name text on MySpace
- How to hide the MySpace URL?
- Hide to hide MySpace stuff on 2.0 ?
- How to hide my details on MySpace 2.0 ?

Once you’ve hidden your age and gender using css, how do you then hide the / that still remains?
Thanks
DJ
I put spaces in my text by hitting enter but it still runs together how can I get spaces?
This is good new for those who use 2.0, but I don’t prefer 2.0 at all over 1.0 still. Isn’t there a way to hide the gender designation on 1.0? I get so tired of having to choose, it’s confusing people.
Awesome code! Finally got it to erase the gender on myspace 2.0. Thanks!