hiding stuff on the myspace profile |
![]() ![]() |
hiding stuff on the myspace profile |
Aug 12 2008, 06:53 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2008 Member No: 666,965 |
how do i hide intrest(it shows up bcuz i have code 2 hide details in the hereos section)
how do i hide the actual words:"about me"&&"who id like to meet" bcuz they show up on mii profile but i dnt want them there |
|
|
|
Aug 12 2008, 06:58 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
If you wanted to hided your interests AND details, you could have just used this code instead of the one in the other topic:
CODE <style>.userprofiledetail {display:none;}</style> For the titles, use this: CODE <style>.orangetext15 {display:none;}</style> |
|
|
|
Aug 12 2008, 08:02 PM
Post
#3
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Why not just use this code?
CODE <style> .interestsAndDetails {visibility:hidden; display:none;} </style> Put that with the rest of your CSS codes. That should hide both. |
|
|
|
Aug 12 2008, 10:57 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Topic closed and moved to Resolved.
If you need it reopened let me know. You PMed with a thanks for the code, so I'm assuming it worked. |
|
|
|
![]() ![]() |