MyBB Community Forums

Full Version: BootBB Background change?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I'm looking to change my bootBB theme background to like a light grey or dark grey, being as the current background is too white and cuts off about half of the font colors because of the white. How could I go about this? This is what I have now, forums.iwstv.com 


PS: If anyone could figure out a way for me to center the header as well would be great. Have tried everything on google.
What is your forum url?
forums.iwstv.com
bump^ Im pretty much just wanting to change the all white background when making a post/thread.
In the recently released version 2.4 of BootBB there is DarkBackground theme with dark-grey background, white text and black input textboxes. If this is too dark for you, you can try adding in global.css at the end something like this:


body {
    background: #ebebeb;
}

You may need to be on the latest version of BootBB for this to work.