MyBB Community Forums

Full Version: Need help with Drop-Down-Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

So i got on my site this night and i noticed that my friend change somethings around. On the usercp and forum area i noticed this.

http://gyazo.com/781e71d82cdbe3ca4f46b3845e0ec7b7

http://gyazo.com/88eac45fb4d021e010dd1680c264806b


I just want to make the background white and the text black like normal. How would i go about changing this things. Any support would be nice Smile

Thanks for your time ~Zombies
open global.css and find:

select {
	background: #000000;
	border: 1px solid #0f5c8e;
}

Change to:

select {
	background: #fff;
	border: 1px solid #000;
}
(2013-08-21, 07:13 AM)effone Wrote: [ -> ]open global.css and find:

select {
	background: #000000;
	border: 1px solid #0f5c8e;
}

Change to:

select {
	background: #fff;
	border: 1px solid #000;
}


Now where would i go for the usercp?

http://gyazo.com/101e019267151e1594e23a766957246c
^ above changes should also apply to user control panel. hard refresh your browser on user control panel page