![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi everyone,
For themes where there is a header box (where the journal title, subtitle, and name of the current page appears) - such as Basic Boxes - is there a way to put an image into the box? I know that there is an option to add a Header Image under Customize Style -> Style -> Images, but that appears to place the image behind the header box.
I have a feeling this is one of those things that seems simple at first but is actually exceedingly complicated. But if anyone has any ideas, I would appreciate it very much.
For themes where there is a header box (where the journal title, subtitle, and name of the current page appears) - such as Basic Boxes - is there a way to put an image into the box? I know that there is an option to add a Header Image under Customize Style -> Style -> Images, but that appears to place the image behind the header box.
I have a feeling this is one of those things that seems simple at first but is actually exceedingly complicated. But if anyone has any ideas, I would appreciate it very much.
no subject
Date: 2009-10-09 03:47 pm (UTC)In the meanwhile, you can css in your background image with:
#header .inner { background-image: url("image-url-here");
background-position: right-left-top-bottom-delete-as-necessary; }
You may also need to add in a height specification, depending on how tall your image is.
no subject
Date: 2009-10-09 11:02 pm (UTC)Wow, I'm so glad it was an easy CSS fix. :D
no subject
Date: 2009-11-11 07:27 pm (UTC)no subject
Date: 2009-11-13 05:13 am (UTC)