Help - Search - Members - Calendar
Full Version: how do I change the instalink icon to something else?
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
SuperShineyGirl
How do I change the instalink icon to something else on my livejournal

from the little person to something else?
Mulder
CODE
  .ljuser img {
     width: 0;
     height: 0;
     background-repeat: no-repeat;
     background-color: transparent;
     background-image: url(http://img74.imageshack.us/img74/8655/usergrey2byexcentricib0.gif);
     padding: 8px 6px 4px 2px;
     }

  .ljuser img[src="http://stat.livejournal.com/img/userinfo.gif"] {
     background-color: transparent;
     background-image: url(http://img74.imageshack.us/img74/8655/usergrey2byexcentricib0.gif);
     padding: 8px 6px 4px 2px;
     }

  .ljuser img[src="http://stat.livejournal.com/img/community.gif"] {
     background-color: transparent;
     background-image: url(http://img74.imageshack.us/img74/8172/3squaresbyexcentricxx5.gif);
     padding: 7px 7px 2px 2px;
     }


ive left the links to the ones i'm using right now. You can swap out those images with whatever you want.

this is for S2. just S2. i'm gonna have to look it up for S1.
SuperShineyGirl
I have a plus account and have my layout set up with S1
Mulder
well, the plus wouldn't mess with that, but it doesn't look like you can in S1. ive browsed through the tutorial lists of two S1 communities, and I don't see anything on it. i'll keep looking, but it doesn't look good.
SuperShineyGirl
Thanks for looking let me know if you find anything
Mulder
didn't, sorry.
i'm going to close this topic, since i guess your question was answered. pm me if you want this reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.