Changing header image for Camo style

Mar 11, 2012 06:13

Hi all. I'm trying to follow the directions
here, here, and here and am ending up with various problems no matter how I can think to put the CSS pieces together ( Read more... )

header:image, header:nav links

Leave a comment

Comments 5

denig37 March 11 2012, 12:33:26 UTC
Try this:

#header-inner {
background-image: url("http://pics.livejournal.com/theeverdream/pic/0019efkk.png");
height: 300px;
}

#header {
background-image: none;
}

#header-name {
display:none;
}

#header-description {
display: none;
}

#header {
border-top: 0px;
}

#header {
border-bottom: 0px;
}

And are you sure you want to get rid of the "Recent Entries, Archive, Friends, User Info, Memories" links?

Reply

theeverdream March 11 2012, 13:03:05 UTC
Thanks. I'm still getting green though.

And yeah, I'd rather just put them in the links section over on the side I think! And that way I won't have to worry about them being in the header or having to move them around.

Reply

denig37 March 11 2012, 13:07:40 UTC
for the link disappearing:

#header-text {
display:none
}

Damn, I'm not good at the green disappearing thing :-/

Reply

theeverdream March 11 2012, 13:08:22 UTC
It's okay, thanks for trying! :)

Reply


av8rmike March 13 2012, 13:24:44 UTC
Which part are you still trying to remove?

Reply


Leave a comment

Up