MyBB Community Forums
[How To?] Change colors ? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: [How To?] Change colors ? (/thread-146169.html)



Change colors ? - BigTimeRush - 2013-10-02

Hey Guys, Where can I find colors for tables for my theme?
I mean, If I want to change background color of forum, change color of postbit, Change color of code box and quote box, Changing the color of forum sections and all others.
Any easy way ?


RE: Change colors ? - Bala - 2013-10-02

Okay it is simple. Go into your adminCP -> Templates/styles -> Your style ->open global.css

The table top aka the head is using .thead just change the background value to any hex code like #ebebeb;
dont forget the semi-colon at the end.

For other areas, just go to your site using chrome/FF and select inspect element to find which class controls it and edit corresponding class in CSS.


RE: Change colors ? - Arbaz - 2013-10-02

(2013-10-02, 01:06 PM)BigTimeRush Wrote: Hey Guys, Where can I find colors for tables for my theme?
I mean, If I want to change background color of forum, change color of postbit, Change color of code box and quote box, Changing the color of forum sections and all others.
Any easy way ?

Take a look at the following document:
http://docs.mybb.com/Admin_CP_Themes.html