Help - Search - Members - Calendar
Full Version: Hide userpic, but keep header image.
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
Milk*
How do you hide your userpic in generator without hiding the header image too?

Right now I'm using the code:

.shadowed img {
display: none;

but it also hides my header image. Can anyone help me? =c
Mulder
wait, where exactly are you trying to hide your userpic?

do you mean that you have a userpic in your header? in that case, edit your userpics so you have no default userpic.

(i'll edit this in a few)
Milk*
Yes I have my userpic in the header and currently I selected "no default userpic" too, but was wondering if there was a way to keep an userpic because every time I post a comment I have to select a userpic again. XD; I can live with it...but was just wondering ;)
Thanks anyway! :D
Azarel
Hm, can you provide a link to your journal?
Milk*
Sure! It's http://ohh-kawaii.livejournal.com

I currently don't have a default userpic :)


This is how it looks like when I select a default userpic.


This is when I set
.shadowed img {
display: none;

It also hides the "a dolly diary" part =c
Mulder
it looks fine to me right now. have you got it fixed, or is this a firefox issue? in IE it looks fine.
Milk*
^
It's because I haven't chosen a default userpic right now.
Mulder
oops, i must have missed that. todays been an off day for me.


http://www.livejournal.com/community/every...#hidingusericon

i hope that solves your problem. _smile.gif
Azarel
Hm, okay, try this (I'm not entirely sure if it will work). Find all instance of this:

<img src="http://i97.photobucket.com/albums/l222/ohh_kawaii/dollytitle.jpg">

And change it to this:

<img src="http://i97.photobucket.com/albums/l222/ohh_kawaii/dollytitle.jpg" style="visibility: visible;">

Then, add in to your css:

.shadowed img {
display: none;
}

.. unless you're using the S2 style system, then refer to the link provided above by Michelle (insomniac).
Mulder
actually, my link was also for S1.

just clearing that up.
Milk*
Yes! It worked!! :) Thank you so much guys. :D <3

Glad you figured it out. Please PM either of us if you need this thread reopened.
} Azarel
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.