MyBB Community Forums

Full Version: Need help changing the colour of mybb's main page header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
you have to edit the images/footer_bg and images/welcome_panel_bg

that should do it
Wow, you're header image looks really nice.

Apart from that, in the 'css' template you will find something like this..

background : #e3e3e3 url('$settings[bburl]/images/Light/logo_bg.png') repeat-x;

delete the url('.....') repeat-x and it should all be swell.
wow
Good work Chris