MyBB Community Forums

Full Version: Problem displaying user profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,
Does anyone know how to fill this box in white, as the text is unreadable on a user's profile.
Here is my example on my forums: 
[Image: 5b468b2adab4036fa93376ec1d9267e8.png]

Thanks in advance!
Edit fieldset in global.css of your theme in adminCP.
I have fixed it, here is the answer:
fieldset {
	padding: 12px;
	border: 3px solid #ddd;
	margin: 0;
	background-color: white;
}
Summary: I defined a background color in the fieldset, located in global.css.
Thank you to: nth