MyBB Community Forums

Full Version: i want to change the theme colors, what files i have to edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi ppl, i would like to change the colors of the default theme, what fils i have to edit? any tutorials?

thanks
CSS. Mainly global.css.
and image files - if necessary.
(2013-02-21, 01:29 PM)effone Wrote: [ -> ]CSS. Mainly global.css.
and image files - if necessary.

where is global.css? for example for this theme wich is on this forum, is alot of work to chanhe the colors?
ACP > Templates & Styles > Theme > [theme_name] > global.css > Edit Stylesheet: Advanced Mode

and search for all color hex values (looks like #FF892C) and change to match your need.

For color hex values, refer:
http://www.w3schools.com/tags/ref_colorpicker.asp
(2013-02-21, 01:40 PM)zaishen Wrote: [ -> ]where is global.css? for example for this theme wich is on this forum, is alot of work to chanhe the colors?

Admin CP >> Templates & Style >> Themes >> Your Theme >> global.css

if you are using the default theme and want to change colors, then find the following css tags and edit the given properties.....

for example find #container and edit "background: #FFFFFF;" to any color

#container: background: #FFFFFF;

.thead: background: #026CB1 url(images/thead_bg.gif) top left repeat-x;

.tborder: background: #81A2C4; border: 1px solid #0F5C8E;

.trow1: background: #F5F5F5;

.trow2: background: #EFEFEF;

.tcat: background: #ADCBE7;

.tfoot: background: #026CB1 url(images/thead_bg.gif) top left repeat-x;


hope i covered all Big Grin
You covered only background colors. Not text colors, border colors, (shadow colors and other custom id / classed div and span backgrounds : if its not default theme).
thanks for helps, and where is the font color code?
All Color Hex will cover all. Simple explanation.
anyone knows how can i add a line here? look the image:

[Image: 2202201321500.png]

thanks