Is there a way to make your status hidden? |
![]() ![]() |
Is there a way to make your status hidden? |
Dec 17 2007, 12:21 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 27 Joined: Nov 2007 Member No: 593,606 |
Your status that says single, your birthday and your zodiac sign and all that stuff that is under basic info and background and lifestyle hidden/private?
|
|
|
|
Dec 17 2007, 03:07 PM
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
Try This
CODE <style type="text/css" >
.userProfileDetail { display:none; } </style> |
|
|
|
Dec 17 2007, 11:27 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 27 Joined: Nov 2007 Member No: 593,606 |
Actually...is there also a way to hide where you are from? At the very top, by your default picture. Is there a way to hide that? 'Cause right now I have it saying I am from Hawaii and I am not from Hawaii...lol
|
|
|
|
Dec 18 2007, 12:07 AM
Post
#4
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 |
This one should work.[put in about me]
CODE <style>
.a {hide the text} .profileInfo td {visibility:hidden;} .a {unhide the default pic and name} .nametext, .profileInfo a img {visibility:visible;} .a {position the default image} .profileInfo a img {position:relative; left:90px;} .a {position the name} .nametext {position:relative; left:65px;} </style> |
|
|
|
![]() ![]() |