MyBB Community Forums

Full Version: Changing backgrounds of user field and Sigs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys I have decided to use myColor Pro theme. But in this theme, I don't like the back grounds of posts, user fields and signature.

The main problem is its hard to distinguish them.

Now I want following changes :
1. The field just above user field should be distinguishable. Like covered with rectangle, like in this theme.
2. The user field back ground to grey
3. The line which separates sig and post, extend it till end of width.

screenshot :

[Image: XIhoW.png]

Hope I am clear here. Thanks a lot Big Grin

do you currently have the above theme on the forums - its appearing messy for me on firefox..
nope, currently I am not using that theme

I am on firefox 4.0.1, working absolutely fine. try visiting same from IE or Chrome
I'd suggest using firebug with firefox / chrome to find the css elements & attributes

see Why Too short??? for the signature line width
Oh thank you Smile

So that leaves changing color of user field and field above it. How to do that ??
add following in global.css
.smalltext.post_author_info {background : gray !important;}

still one remains Smile
So it makes user field to gray I guess. Thanks a lot man Big Grin

now last one. How to change the field just above user field ?
U need to edit the tcat for the thing to appear another color

In global.css

edit :
tcat {
background: #cacaca;
}

So this helps u Smile
Thanks a lot man !!