Hide friends. |
Hide friends. |
Jul 5 2009, 09:18 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Feb 2008 Member No: 624,564 |
How do I hide friends. but keep the text.
Like: IMASHARKBEAR has 3456 friends. That's all I want to show. but the friends are hidden. :) |
|
|
|
![]() |
Jul 5 2009, 09:33 PM
Post
#2
|
|
|
the name's mario ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,270 Joined: Jun 2008 Member No: 656,520 |
if its a 2.0 profile try to put this on the CSS
CODE div.friendSpaceModule div.moduleBody ol.moduleList {padding:0px;}
div.friendSpaceModule h3.moduleHead {display:none;} div.friendSpaceModule div.moduleTop, div.friendSpaceModule div.moduleBottom {display:none;} div.friendSpaceModule div.moduleMid, div.friendSpaceModule div.moduleMid1 {border:0px;} div.friendSpaceModule div.moduleBody div.toolbar ul.links {display:none;} div.friendSpaceModule div.moduleBody ol.moduleList {display:none;} div.friendSpaceModule div.moduleBody div.toolbar {line-height:14px;} |
|
|
|
imasharkbear Hide friends. Jul 5 2009, 09:18 PM
imasharkbear Will that work for 1.0? Jul 5 2009, 10:42 PM
xose CODE<style>
table.friendSpace span.redbtex... Jul 6 2009, 01:01 AM
Mike Try this code:
CODE<style>
.friendSpace t... Jul 6 2009, 01:04 AM![]() ![]() |