Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Solved] How to replace background color with an image?

edited December 2013 in Vanilla 2.0 - 2.8

Vanilla version: 2.0.18.8
Vanilla theme: Fruit (http://vanillaforums.org/addon/fruit-theme)

I need a little help from you, if it's possible. I would like to change the background color and replace it with an image. I dowloaded the Glass custom theme and I found the code wich places an image as background. This is the code:

body {
background-attachment:fixed;
background-clip:border-box;
background-image:url(images/woodbig.jpg);
background-origin:padding-box;
background-position:center bottom -300px;
background-repeat:repeat;
background-size:100% 130%;
color:#000;
font-weight:700;
text-shadow:0 1px 0 #666;
}

My problem is, I don't know where to put this code, or parts of it, inside my theme. Can you help me and tell where to add the code inside the Fruit theme? I want to replace the green color where the discussion list is placed (this is my forum: http://cheilenereinfo.fluidpixels.ro/). The best solution would be having all the background colors transparent (header, menu, body and footer) and replaced with a tiled picture (in my case, it's a picture with a map)

Thanks.

Best Answer

Answers

Sign In or Register to comment.