The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
After much blood sweat & tears... reading, searching, trial & error... I turn to you vBulletin forums....
On the About Me & Visitor Messages on the profile page, part of the headings, and area surrounding the input are blue... What variable changes this? See site here: http://forums.playigl.com/member.php...outme&simple=1 It should stick out like a sore thumb. Thanks in advance. |
|
#2
|
||||
|
||||
|
I couldnt find it off the bat , but you can overwrite them in any additional.css file ..
Code:
.userprof_headers {
}
Code:
.userprof_headers_border {
}
Code:
.userprof_headers {
background-color: blue !important;
}
oh by the way your forums are pushing against the borders . you should add this to your body wrapper: Code:
.body_wrapper {
padding: 0 10px;
}
.
|
|
#3
|
|||
|
|||
|
add 10px padding to left & right - Thanks!
Ah yes, colours look much better! ty ty |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|