Post by mikeyzhe » Mon Aug 08, 2011 3:20 pm

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.....

Newbie

Posts

Joined
Wed Jul 20, 2011 3:07 pm

Post by inactiveaccount9912 » Mon Aug 08, 2011 5:06 pm

If you want all background black , go in the stylesheet.css of your theme and at the first line is :
html {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
}
turn it into
html {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
background: #000;
}
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:
#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
and turn it into:
#container {
width: 980px;
margin-left: auto;
margin-right: auto;
text-align: left;
background: #fff;
padding-left: 10px;
padding-right: 10px;
}
I hope this helps.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am
Who is online

Users browsing this forum: No registered users and 5 guests