MyBB Community Forums

Full Version: changeing forum colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok i finally got my logo put in my header my only prob now is the blue and white mybb standard color scheme doesnt quite go with it how do i change this to better fit my logo style
does anyone know how i can change the colors or do i have install a new template?
to change background colors is easy.

Just go to your css. in your template.

then go to the code, where you want to change the color,

if it is in the header, go to the code

#Header {
background = "color"
}
after anything that says color it gives a weird code it doesnt say the color name
the background you have to define your

example

background = "colors hexadesimal" = "F00560"

o

Background ="Colors name" = "Red, Blue. etc"
(2010-05-23, 12:49 AM)fastas Wrote: [ -> ]after anything that says color it gives a weird code it doesnt say the color name

This might help - http://www.computerhope.com/htmcolor.htm