Tiny icons on top of old icon SOLVED

Dec 01, 2012 08:08

I have a custom tiny icon of a parakeet on my journal thagirion that is sitting on top of the default icon instead of replacing it. I have lots of code for my journal. You can view it here ( Read more... )

entry usericon and username

Leave a comment

Comments 11

london_fan December 1 2012, 13:53:54 UTC
Right now you have the following code in your layer:

html body .ljuser img ( ... )

Reply

thagirion December 2 2012, 15:21:46 UTC
Oh wow thank you SO much. This is wonderful. Now the custom paid user heads that some of my friends have didn't change.. Is there a way to change those too? Or do the paid icons have their own code? Here's an example.
http://thagirion.livejournal.com/662886.html

But yes loads better and my text isn't being stretched. Thank you very much.

Reply

london_fan December 2 2012, 15:33:38 UTC
Yes, you can change pretty much all custom icons, including the ONTD, staff and personal ones.

Okay, you see the first line of the new code...

.ljuser img[src*="userinfo.gif"] {

Replace it with this code:

.ljuser img[src*="userinfo.gif"], .ljuser img[src*="user_ontd.gif"], .ljuser img[src*="userinfo-support.gif"], .ljuser img[src*="userhead"] {

The first one replaces the default user icon, the second one the purple ONTD one, the third one the green staff ones and the last one all other custom user icons people have paid for! Hope that helps! :)

Reply

thagirion December 2 2012, 15:58:03 UTC
Excellent. This is wonderful since I had the extra icon of a cockatiel head I've been wanting to use. Now I can and my three icons show up in that post. Thank you so much for your help. This has been wonderful.

Reply


Leave a comment

Up