View Full Version : How to change border color ?
https://vborg.vbsupport.ru/external/2007/10/20.gif
Look the image above, I made it easy for you to understand. lol
Opserty
10-07-2007, 09:44 AM
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.
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.
Thanx, that fixed it, any idea how to change the border color of the box inside ?
Opserty
10-07-2007, 06:45 PM
Try the .fieldset class.
Can't find any border in that , here is the code
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
Dismounted
10-09-2007, 09:43 AM
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.
Worked, Thank you :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.