Forums

Change Color on the side of my Site (5 posts)

  1. dmeek8385
    Member
    Posted 2 years ago #

    I am trying to change the color on the side of my site, http://www.fourcornerscreative.com. I thought I might be able to change the entire background, but then I don't know how to make the middle stay white.

  2. whooami
    Member
    Posted 2 years ago #

    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.

  3. dmeek8385
    Member
    Posted 2 years ago #

    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.

  4. dmeek8385
    Member
    Posted 2 years ago #

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

  5. whooami
    Member
    Posted 2 years ago #

    Thanks.

    youre welcome, happy blogging.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags