MyBB Community Forums

Full Version: Put a Background behind my Logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if I could put a background image behind my logo, without it pushing my logo out of its space or anything.

This is the image I wish to use as the background:

[Image: background2.jpg]

I would like to have it tile around the header area only, Above my cssmenu, but behind the logo.

My forum link: http://lotusprodigy.x10.mx

How do you guys think I should go about doing this?
In file
cache/themes/theme2/global.css
find and fix .logo to look like this
.logo {
    text-align: center;
    background: url("/images/background2.jpg");
}