MyBB Community Forums

Full Version: Editing MyBB Default Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I edit the default color of MyBB Default Theme?

- Background: Custom Image
- Board Color: Dark Blue (default is Blue)

Thanks.
All could be done via the global.css
The image you provided is the thead you want to change, so look for thead in global.css and you can change the color there.
So how is the background (default is Gray)? How can I change it to a custom image?
#fff url(images/YOURTHEME/YOURIMAGE.png of gif) repeat;

Put that in the background field, and where it says "yourtheme" put the name of your theme and for the image you want, name it background.gif or png or whatever the extension is.