Help - Search - Members - Calendar
Full Version: hidding avatar
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
shaggyhair
i've already used to code to hide the links in the top in the genterator layout. whats the code to hide my icon. i still want to have one for when i post comments and what not. thank yoiu.
jordanriane
In your global head, you should have a stylesheet created for your css.

In it you will need to place the following:
CODE
.shadowed img{
visibility:hidden;position:absolute;top:0
}


However, if you plan on using any images in any override for the name_WEBSITE, you will need to add this to EACH image:
CODE
<img src="image.gif" style="visibility: visible; position: relative;">
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.