Status
Not open for further replies.

tractor3231

Active Member
230
2010
5
0
5665f5d9cb.png


I want to change the background color of these areas.

1.) How can I change the background color of the 2areas?
2.) What template should I edit?

Thanks!
 
3 comments
I dont use vbulletin anymore so I cannot check real quick and tell you but I will take a quick guess and say its the postbit's css
 
Just make modifications to your template's StyleVars

AdminCP > Styles&Templates > StyleManager > StyleVars
1. postbit_background
2. postbit_userinfo_background

Note: I'm a vBulletin 4 dummy
 
Search your style for this:

1
Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody
Should look something like this (may use stylevar variables):
Code:
background: none repeat scroll 0 0 #FAFAFA
Change the colour to what you want.

2
Code:
.postbitlegacy .userinfo
Should look something like this (may use stylevar variables):
Code:
background: none repeat scroll 0 0 #ECEFF4
Change the colour to what you want.
 
Status
Not open for further replies.
Back
Top