1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Unable to change the colors of my page

Discussion in 'Web Development' started by elle, Nov 16, 2009.

  1. elle

    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

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    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:
      466