MyBB Community Forums

Full Version: how to change background colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how to change colour of background see image
[Image: 2h70y15.png]
Templates & Styles -> Your theme -> global.css.

The first class would be body. Change color code of background in it.
Templates & Styles -> Your theme -> global.css:

Find something like:

.body {

in next lines to it, you'd find something called
background: #ffffff

edit the hex value of color to your desired color, for black, you can put, #000000 .
it is not working
nothing chage
help me
You'll have to wait a bit for your cache to clear, or perform a hard refresh.
how to do it

hard refresh?
^ press CTRL + F5 OR Shift + F5 a couple of times ( may be 3 - 6 times ... )
i put #000000 in containers background filed but not working
You shouldn't be putting that in container but body field.
thanks.helpful for newbie.
Pages: 1 2