Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • It worked like a charm, I can’t thank you enough.

    Hi there. I feel stupid even asking this, I’m a total newbie. I have the default theme, and I want to change the pale grey border around the white centre page to a dark blue. I can’t find the piece of code you refer to above:

    Body{
    background: #CCC; /* url(images/pattern.gif)
    etc

    The closest I get is to the code below. I also want to know where I find the code for the colour I want.

    /* Begin Structure */
    body {
    margin: 0;
    padding: 0;
    }

    #page {
    background-color: white;
    margin: 20px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
    }
    Thanks in advance for any help you can give me.

Viewing 2 replies - 1 through 2 (of 2 total)