MyBB Community Forums

Full Version: Need Help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need some help, i would like to totally change the color of my theme on my forum @ www.mmogamer.co.uk.

I would like to change the overall color of the theme from White to a Darkish color ( #333333 ).

What templates would i need to edit? Need some help,

Cheers,
keep a backup of your theme's css files & experiment with colors ( background & font color ) ..
Yea, i backed up my data first.

I am want to edit the background color of my forum, and i had edited the container stylesheet and put this into background:

url(images/star/background.png) top left repeat-x

It works but only repeats at the top left of the screen which i am aware of, what would i have to type in for the image to repeat as a whole background on my site?
you want to edit the background color of your body css style.
See this for more hints: http://cybertechforums.com/thread-1278
Thankyou.

Also, how would i change the background color of this certain area? And that area only? And also the text color within that area?

Heres the image:

[Image: 1imagea.jpg]

You can view the image live here: http://www.mmogamer.co.uk/showthread.php?tid=18
Thats most likely trow2.
Beaware that this rule is used elsewhere on your forum also.
Change it to a red to see the effects it will have on the rest of your forum.
if looking for post message color & background then css element could be .post_content

eg. .post_content {
color: #ff0000;
background: #ffffff;
}