MyBB Community Forums

Full Version: How to add a header image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I am trying to add a header image to my header to make it look more appealing. The point is, where do I fill in the code and what code? I am trying to place an image here:

[Image: badee28e6c51d13742742330914ac2dd.png]
In global.css

Try adding to #logo or wherever you want the background image:

background-image: url("images/background-image.png");
background-repeat:no-repeat;