Quote:
Originally Posted by ferryupjess
How can I change frame color or delete it?
|
In order to
remove the frame the following piece of code:
Code:
<!-- wrapper start -->
<div id="bsb">
<!-- wrapper end -->
must be deleted form your header template .
To change the color
1. look in your additional files CSS for the following:
Code:
#bsb {
background-color: #xxxxxx;
-moz-border-radius-top{vb:stylevar left}:20px;
-moz-border-radius-top{vb:stylevar right}:20px;
-webkit-border-radius:20px;
border:10px solid #xxxxxx;
_border: none;
}
2. replace the "xxxxxx" with desired color