![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I have tried 5 different themes, but when I try to change the background image, it only shows the default color of that theme. I can change the header to the image I want, but nothing else. I haven't found a way to change the color to transparent, and need idiot-proof instructions for that. I tried 6 different tutorials, but the only advanced code I'm seeing is for the specific color code, not the entire layout code. Any help would be so appreciated, thanks.
no subject
Date: 2010-12-17 06:51 pm (UTC)Many themes have a built in way of doing that, if that's not working, it's a bug we need to fix.
But if you're trying to put the code in yourself, then the problem could be the way CSS works.
Essentially, if you tell the setup to make an image the background for the whole page, but then the theme developer told it to make colourX the background colour of lots of different bits of the page, then it will do both, but the bits will have their background override the main page, which is how it's supposed to work.
Essentially, you need to make sure your image is being applied instead of the theme instructions, but wihtout knowing what you've tried, and what themes you've tried, it's impossible to give details.
(and it appears we need to write much better how-tos on background images and stuff, to me doing it is so simple, but I've been watching the themes develop since before there were any themes so it's hard to figure out what isn't clear to new people)
no subject
Date: 2010-12-17 08:28 pm (UTC)no subject
Date: 2010-12-17 08:29 pm (UTC)no subject
Date: 2010-12-18 05:43 am (UTC)no subject
Date: 2010-12-18 02:30 pm (UTC)no subject
Date: 2010-12-18 03:36 pm (UTC)no subject
Date: 2010-12-19 02:01 am (UTC)#top-color { position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 25em;
background-color: $*color_module_border;
border-bottom: .5em solid $*color_page_title; }
You can change the properties within the layer by removing that part, but you'll also lose the background color to the #header. For that, you can add in teh css box:
#header {
background:url("http://static2.grsites.com/archive/textures/dgren/dgren019.jpg") repeat scroll 0 0 transparent;
}
Does anybody else have any ideas?
no subject
Date: 2010-12-21 01:15 am (UTC)S2 Compiler Output at Tue Dec 21 01:14:48 2010
Error compiling layer:
Compile error: : Layer is declared layout but expecting a user layer
S2::Checker, S2/Checker.pm, 365
S2::Compiler, S2/Compiler.pm, 34
Ack.
no subject
Date: 2010-12-21 04:02 pm (UTC)It appears that you made a theme layer by mistake.
Create a top-level layer, choose layout in the dropdown, and keep the core version at 2.
I forgot you should also make a theme layer (Use Fluid Measure (######) where the set of characters are, you'll actually find your layout layer's number. It will be below the official layouts)
Paste in Forest Green's theme code and then you'll find the background is one solid color. Don't forget about the #header css in the css box.
no subject
Date: 2010-12-21 10:07 pm (UTC)no subject
Date: 2010-12-21 10:26 pm (UTC)no subject
Date: 2010-12-21 10:56 pm (UTC)