MyBB Community Forums

Full Version: UserCP Theme Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody,

I was wondering how I can change the nasty white boxes partitioning certain options in the UserCP. See attached screenshot.

[Image: lines.jpg]

This also happens in the Game Section as well. The link to my site is http://adversity.gameover.com

Thanks!
Add something like this to your global.css:

fieldset {
    border: 1px #000000;
}

Then they'll all be black.
Thank you MattRogowski!

Worked perfectly.