MyBB Community Forums

Full Version: [SOLVED] make signature distinct from post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make the signature distinct from the post? The default layout of MyBB makes it hard to tell where the post ends and the signature begins.  Both backgrounds are white, and the only thing that tells you that its the start of the signature is a faded hr line. Sometimes i mistake the signature for the post. 

I was looking for something either like a thicker hr line, or slightly darken the signature background ,etc.

And googling around, i am having trouble finding this due to "signature" and "MyBB" sparking things that are irrelevant
In your global.css, add the following code
.post_content .signature {
   background: #777;
}
You can change the #777 to anything you want to make it distinguish from the color of your forum theme.

Regards
WallBB
thank you