MyBB Community Forums

Full Version: Signature Area
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again folks!

Is it possible to change the background colour of the signature area to a different colour from the rest of a post? Or is there another way of distinguishing the signature from the main post?

Cheers

Bugsley
Go to: ACP > Templates > Your theme's Templates > Postbit Templates > postbit_signature > and find;
{$post['signature']}
and Chnage it to;
<div class="postbit_signature">{$post['signature']}</div>

Now Go to: ACP > Themes > Your theme > Edit > global.css > Edit in Advanced Mode > and add the following stylesheet at the bottom of it;
.postbit_signature{
	background-color: #FF0000;
}

It'll look like this now;
[attachment=22583]

You can customize it yourself. Smile
Thank you once again Yaldaram, for taking the time to answer my query.

I am grateful to you

Bugsley
Big Grin
Most welcome Wink