How to change the default images, For moods, locked entries, etc. |
How to change the default images, For moods, locked entries, etc. |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Jan 2006 Member No: 342,692 ![]() |
Is there a way to change the default photos used for:
1) Moods? 2) Friend-locked entries? (Normally this image: ![]() Thanks in advance |
|
|
![]() |
![]()
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
in S2 you can change all the images separately - there is a class assigned to each icon.
I pulled this from my own code (though I didn't make it) CODE img[src="http://stat.livejournal.com/img/icon_protected.gif"]{ width: 0; height: 0; padding: 0 0 10px 7px; background: url(http://img.photobucket.com/albums/v72/panthersgem/ref/plock.gif); } img[src="http://stat.livejournal.com/img/icon_private.gif"]{ width: 0; height: 0; padding: 0 0 10px 7px; background: url(http://img.photobucket.com/albums/v72/panthersgem/ref/plock.gif); } obviously you would replace the image with your own |
|
|
![]() ![]() |