Unable to change the colors of my page

Discussion in 'HTML - XHTML - CSS' started by elle, Nov 16, 2009.

  1. elle New Member

    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!
  2. ishkey Mod - Designer

    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.

    Attached Files:

    • bkg.jpg
      bkg.jpg
      File size:
      50.5 KB
      Views:
      158