Hide userpic, but keep header image. |
Hide userpic, but keep header image. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2007 Member No: 503,917 ![]() |
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 |
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Feb 2007 Member No: 503,917 ![]() |
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 |
|
|
*Azarel* |
![]()
Post
#3
|
Guest ![]() |
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). |
|
|
![]() ![]() |