MyBB Community Forums

Full Version: Color Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want my form theme to be black and red, but i need help getting some of the blue things red. my site is creedservers.ga you can see I have gotten most panels red but not all (And the adminCP icon and etc). Thanks!
.thead
.tfoot
a.button:link, a.button:hover, a.button:visited, a.button:active
.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active

All in themes > Your theme > Global.css
That didnt work for the admin icons and the thread heading things.
i.panel-admincp {
	padding-right: 2px;
	padding-left: 10px;
	color: #0072BC;
	font-size: 14px;
}