Background question
-
Is it possible to make the background of the theme ‘invisible’ so i can see the background behind (see photo below).
It might look terrible, but I want to try and see how it looks.
Steve
http://s1200.photobucket.com/albums/bb330/stevepure/?action=view¤t=Untitled.jpg
Upload an image to your wordpress directory. Copy its image location (with extension like .png or .jpg). Or copy the image location of an existing image. Then add this code to custom CSS, and paste the image path in 3rd line.
#content {
background-attachment: fixed;
background-image: url("Replace this with your image URL");
}If you want to use this image,

then just add this to custom CSS.
#content {
background-attachment: fixed;
background-image: url("http://pure-sauce.com/wp-content/uploads/2011/11/ornate_14.jpg");
}Well, nice to see that code working! 🙂
Mod
You can also try making a .png that is semi transparent, and using that for the background of your main content area. This has the advantage of reducing file size (because the .png file is small) and ensuring that the background images align perfectly.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
