MyBB Community Forums

Full Version: Changing Panel Link Colours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

My forum has decided to move my collapse forum "-" button to the left handside of the forum header area. Any ideas how to rectify this?

Also, i want the main forum links to be in the gold colour, but i want to be able to change the link colour of User CP - Admin CP etc seperately?

Screenshot attached.

Thanks for any help! Smile
To change the color of links, Go to > ACP > Themes > your theme > global.css > edit in advanced mode > and find;
.panel{
...
}

and change the "color:" attribute to your desired colors.
Hello!

I cant find that bit of code in the global.css> I have the following code which im guessing is related to the panel:

#panel {

	background: url(images/rctzone/english/postinfo.png) repeat;

	width: 98.5%;

	color: #ff0000;

	padding: 6px;

	float: top;

	

	font-size: 11px;

}


#panel .remember_me input {

	vertical-align: middle;

	margin-top: -1px;

}

Changing the colour value on the #Panel part changes the following (see screenshot), but leaves out the links.

Thanks for your help so far! Smile