MyBB Community Forums

Full Version: Help Designing thread_bg
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I want to add a splash on the left where the thread_bg.gif is just like my Logo. I want it just like my logo.

Here is my site: http://elloworld.dyndns.org/forum/
Go down to board style and click "Ink Splash"

If you still don't know what I'm talking about, here is an image pointing where i want to add splash ( sorry i couldn't resize the image )

[Image: QrFmJ.png]
Admincp -> Templates & Style -> Themes -> Your Theme -> Global.css

For the top thead:

Find:

.thead {
background:

Change the background property to:

background: url('link/to/your/top/thead/image');

For the second thead:

Find:
tcat {
background:

Change the background property to:

background: url('link/to/your/bottom/thead/image');
Thanks for your reply, But i don't want to get rid of the red background of it. It's basically a 1x21 image that repeats it's self. I want it just like the banner where the image stays on the left of the 1x21 image keeps repeating it self on the right. I'd be thankful if you still can help me out
try

#color url('link/to/your/top/thead/image');