Re: How do I change the category color
Ok new dilemma,
For some reason my page body color has changed and the code (shown below) will not make it change at all...the #ffffcc is the color I want but it is showing much lighter and it will not change to any other color... how can I make this work again .. Is there some other css code that is overwriting this ?
html,
body
{
height: 100%;
background-color: #ffffcc;
margin: 0;
padding: 0;
min-width: 780px;
border: 0 none;
}
|