Hi everyone! I downloaded the Salt and Soap template from the website. I love everything about it except for the blue color. I would really like to change the background color to orange. Is there any way to do this? I have tried editing each of the colors in the CSS template but nothing happens. I would be happy to link to my site or post the code if that is necessary to answer my question. Thanks in advance for your help!
I guess you missed this edit right in the beginning of the css file, as it sets the background color. Code: body { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; text-align:center; [COLOR="Red"]background-color: #ff4500;[/COLOR] } It's orange now.