Viewing 4 replies - 1 through 4 (of 4 total)
  • in your style.css:

    /* Main structure
    ----------------------------------------------- */
    body { font-family: Futura, Helvetica, Arial, sans-serif; font-size: 76%; line-height: 120%; color: #86c922; background: green; }
    #title { margin: 20px 0 -20px; border-bottom: 1px solid #86c922; }
    #wrapper { text-align: left; background: blue; }

    Ive changed 2 things above, one is changing the one hex color to green.

    the second is adding a blue color to the wrapper selector. adjust to suit your color tastes. and you dont have to use “named” colors, I did that to make it easy for you to see.

    Thread Starter dmeek8385

    (@dmeek8385)

    That didn’t seem to work, http://www.fourcornerscreative.com, the wrapper did not have a background so I name it white and it did not change it.

    Thread Starter dmeek8385

    (@dmeek8385)

    Never mind got it! Thanks. had to change it to the word white.

    Thanks.

    youre welcome, happy blogging.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Color on the side of my Site’ is closed to new replies.