How do I hide my relationship status on MySpace?



Want to easily customize your MySpace profile? You can find hundreds of codes at our MySpace codes and MySpace generators and tweaks sections.

CSS Codes to hide the Relationship Status in the details section of a MySpace profile

Question:

Here’s a question from Rosa and other readers – How do I hide my relationship status on MySpace so people visiting my MySpace profile won’t be aware of my marital status?

Answer:

Thanks for your question on hiding your relationship status on your MySpace profile, Rose. Unfortunately,there isn’t currently a simple solution in order to hide your marital status (as well as other details box entries such as: the Orientation Religion, Zodiac Sign, Smoke/Drink, Children and Education), and thus there seem to be two viable solutions:

  • Hide the entire Details box in your MySpace profile. By all means, this is a relatively straightforward solution, however it doesn’t really delivers what you are looking for
  •  Create a custom MySpace div overlay, which is by far much complicated, and thus recommended only for advanced users.

In any case, i will keep searching for this solution and post it once i have one :)

Update: On new MySpace profiles, hiding your marital status is much much simple. I received a few questions on this lately, and i will be posting the answer soon.



We are on Facebook! Become a fan and get regular updates on the latest tips and tricks.


Filed Under: Best MySpaceHide MySpace stuffMySpace Help




Share this post with your friends and peers:

   

    Stumble     Stumble     Twitter



You might want to look into these related tips and tricks:




RSSComments (23)

Leave a Reply | Trackback URL

  1. Michael says:

    Here is the code I use. It is pretty simple. It hides the entire table on browsers that do not support CSS property selection (e.g. IE), and it hides only the “relationship status” and “here for” rows on browsers that do support CSS property selection (e.g. Mozilla). For reasons not apparent to me, myspace restricts the use of the hash symbol (#) which would give the desired result in all CSS browsers.

    style type=”text/css”>
    .userProfileDetail { visibility: hidden; display: none; }
    TABLE [class="userProfileDetail"] { visibility: visible; display: table; }
    TR [id="Here"] { display: none; }
    TR [id="Here for:Row"] { display: none; }
    TR [id="Status:Row"] { display: none; }

  2. cycorp says:

    style type=”text/css”>
    .userProfileDetail { visibility: hidden; display: none; }
    TABLE [class=”userProfileDetail”] { visibility: visible; display: table; }
    TR [id=”Here”] { display: none; }
    TR [id=”Here for:Row”] { display: none; }
    TR [id=”Status:Row”] { display: none; }

    That code does !NOT! hide your relationship status!

  3. lauren says:

    It works. thanx u
    :D

  4. emm says:

    just wanted to say i used this to only hide the Marital Status and nothing else, and it worked! (firefox user)

    <style type=”text/css”>
    .userProfileDetail { visibility: hidden; display: none; }
    TABLE [class="userProfileDetail"] { visibility: visible; display: table; }
    TR [id="Status:Row"] { display: none; }
    </style>

  5. katy otto says:

    ok — so you can hide the relationship status, but you can still see all those fields when you click on the blog. is there any way to change that? it appears to the left when you click on the blog.

    katy

  6. lil_tiffers says:

    howdy yall!
    how do you hide the stauts and mood competely.
    geez!!!!
    i canntt doo itt!!!

  7. chrissy says:

    the code worked but now my heroes box still appears, how do i hide it with the code in that section/?

  8. raeshawn says:

    i want to hide my status

  9. azure.ADDICTION says:

    actually you just put no answer…
    it gets rid of that part, not the whole section

  10. aimee says:

    just so you know, this hide my who id like to meet, un centered my profile and did not hide my details

  11. Nina Thach says:

    Thanks but this did not work for me i do not know why it did not work i put it on myspace but whatever…thanks anyways

  12. liz says:

    where do I put the code ???
    thanks

  13. taneika says:

    soo i have been tryingt o figure this out forever and its not working am i supposed to put my user id nuber somewhere??
    like where it says userprofile detail?

  14. josselin says:

    how do i hide my relationship status on myspace?

  15. Lindsay says:

    All you have to do is go to Edit Profile & under Details, then under marital status, & click “No Answer.”

  16. jesssica says:

    where do i post it at under about me?

  17. lexii. says:

    it didnt workk,
    but maybe it’s just my myspace,
    not doing anything.?

  18. QA says:

    where do you paste this code? i tried heroes and about me and it didn’t do anything.

  19. Nicole says:

    Where does this code go?

  20. Aaron says:

    idk bout all this but id like to know how to put what i want under my marital status n all that n that section i have seen people have all kinda stuff there stuff myspace doesnt offer as a choice ne helpers?

  21. Gizeh says:

    i deleted my whole details box and it did work.
    thanks

  22. Anna says:

    it worked for me thanks

  23. Wolverina says:

    For those wanting to hide their details in the blog section on myspace..

    Go to ‘ My Blog ‘.. then ‘ Customise Blog ‘ then scroll down to where is says ‘Side Menu’
    in that section you can tick yes or no to show or hide certain details ie: status.. star sign etc.

Leave a Reply