Hide last login, info, city, state, without hiding mood |
![]() ![]() |
Hide last login, info, city, state, without hiding mood |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2006 Member No: 375,870 ![]() |
How do you hide the last login, state, city, the view pics | videos links without hiding the mood?
|
|
|
*The Markster* |
![]()
Post
#2
|
Guest ![]() |
Try this code:
CODE <style type="text/css">
.profileInfo, .profileInfo .text { visibility: hidden; } .nametext, .profileInfo a img, .profileInfo a { visibility: visible !important; } .profileInfo td { visibility: visible; } </style> |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2006 Member No: 375,870 ![]() |
It didn't hide the View pics|videos link and it got rid of the border around it.
|
|
|
![]()
Post
#4
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Apr 2006 Member No: 394,235 ![]() |
You could consider moving your contact box up to cover it.
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2006 Member No: 375,870 ![]() |
My tables are transparent
|
|
|
![]()
Post
#6
|
|
![]() To Zanarkand ![]() ![]() ![]() ![]() Group: Official Designer Posts: 177 Joined: Jul 2007 Member No: 543,483 ![]() |
try this ^^
CODE <style type="text/css">.profileInfo, .profileInfo .text, .profileInfo a, .profileInfo tr td { visibility: hidden; }
.nametext, .profileInfo a img, .profileInfo td b { visibility: visible !important; } .profileInfo td img{ visibility: visible;}</style> |
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Feb 2006 Member No: 375,870 ![]() |
That worked except the words in the mood section was gone and the border was gone.
|
|
|
![]() ![]() |