The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change border color ?
Look the image above, I made it easy for you to understand. lol |
#2
|
|||
|
|||
Look in the Style Manager -> Main CSS for the .panel and .panelsurround classes. They should have a border property with a hex code for the border color. Just change that.
|
#3
|
|||
|
|||
Thanx, that fixed it, any idea how to change the border color of the box inside ?
|
#4
|
|||
|
|||
Try the .fieldset class.
|
#5
|
|||
|
|||
Can't find any border in that , here is the code
Code:
/* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } |
#6
|
||||
|
||||
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.
|
#7
|
|||
|
|||
Worked, Thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|