Skip to content
WJunction - Webmaster Forum

post background color

Status
Not open for further replies.
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

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.

About the author

T
Active Member · Joined
230
Messages
5
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom