Requested: 3 Column change or remove userinfo, to do list and memories icons

Sep 23, 2008 15:43

Requested by: seraphsong
Layout: 3 Column
Updated: 9/25/08

How to go from

to

Well as I discovered there are two ways of going about this.
Make the links disappear or change the tiny icons ( found here):
.sidebox
img[src="http://stat.livejournal.com/img/btn_addfriend.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url("http://YOURLINKHERE.COM");
}

.sidebox
img[src="http://stat.livejournal.com/img/btn_todo.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url("http://YOURLINKHERE.COM");
}

.sidebox
img[src="http://stat.livejournal.com/img/btn_memories.gif"]{
width: 0;
height: 0;
padding: 0 16px 16px 0;
background: url("http://YOURLINKHERE.COM");
}

If you don't insert a link the links will look like they are gone. You can still roll over the links but you can't see them.

Make the links disappear all together ( found here):
I had to ask but I found the answer thanks to babyelefant

Removing the links (same start out directions as above):
#leftbar .sidebox img[src="http://stat.livejournal.com/img/btn_addfriend.gif"],
#leftbar .sidebox img[src="http://stat.livejournal.com/img/btn_todo.gif"],
#leftbar .sidebox img[src="http://stat.livejournal.com/img/btn_memories.gif"]{
display:none;
}

help with: tiny icons, .3-column, account: all

Previous post Next post
Up