hello OC team.
can anyone help me on out this function, i want it to turn www.casterracing.com/b2b/ into
black background color, or on the 2 side of the page is black.
can anyone help me.....
If you want all background black , go in the stylesheet.css of your theme and at the first line is :
turn it intohtml {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
}
If you want the main bg(html) to be black but you want the container to be white , do the same as befor plus , in the same file find:html {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
background: #000;
}
and turn it into:#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
I hope this helps.#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
background: #fff;
padding-left: 10px;
padding-right: 10px;
}
Who is online
Users browsing this forum: No registered users and 8 guests