how to: background-color with bg-image ?

erich37

Well-known member
how do I make a background-color using a small bg-image for my XF-Forum ?
where to put this in ACP ?

Same as the orange bg-image (just the orange color) at this website:

http://omg.yahoo.com/

Many thanks!
 
many thanks Brogan!

could you please give me a help on how to include a background-image including the CSS for the color, the same as has been done for the blue-colored-background at this page:
http://xenforo.com/help/nodes/

Code:
.wrapperXfSite {
    background: url("styles/default/xfsite/docs-bg.png") repeat-x fixed center top #F0F7FC !important;
    padding-bottom: 100px;
}

How and where to put the CSS ?
 
I have put the URL to the image into the URL-box and it shows fine.
Then I have put the following code into the "Miscellanious box", but this does not work....

Code:
background: repeat-x fixed center top #F0F7FC !important;

But it is working fine when using the drop-down-boxes for color and position.
I just was not sure whether I have to also use the "!important" code.
 
You don't need any of that.

You can enter a background colour, image URL, repeat-x and position using the pre-defined fields.

bg.webp

You don't need to enter anything in the Miscellaneous field.
The !important isn't required.
 
Top Bottom