I'd also like to know how to change frame color/style.
Thank you in advance.
--------------- Added [DATE]1243579787[/DATE] at [TIME]1243579787[/TIME] ---------------
OK. I've found after reading the topic below:
https://vborg.vbsupport.ru/showthread.php?t=204958
Go to
Style Manager>Main CSS>Additional CSS Definitions and add the border width, style and color you'd like, e.g.:
Code:
.fieldset { margin-bottom: 6px; border-width: 1px; border-style: solid; border-color: #747480; }
The default .fieldset has just the margin-bottom value.
The code above change some of the forum frames but NOT the quote one.