Quick wordpress/blogging question

Anyone know of simple way to change the background color? I’m using Kubrick, otherwise known as “default.”

Thanks!

3 thoughts on “Quick wordpress/blogging question

  1. Should be the background-color for the page in the Stylesheet.

    Like this:

    #page {
    background-color: white;
    border: 1px solid #959596;
    text-align: left;
    }

Leave a Reply