• I need to make the entire background #C4EBC3. I’m running into a problem trying to make the whole background this color. I’ve changed the color in the header image and in the body background/navigation but still have a large white box in the upper right corner. Does anyone have any ideas?

    Thanks!
    http://lucycarpenter.com/test2

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of the theme:

    #head{
    	text-align: left;
            background-color: #C4EBC3;
            background-image: url(images/header2.jpg);
            background-repeat: repeat-x;
            height: 343px;
            width: 100%;
            padding: 0px;
            margin: 0px;
    }

    the background-image is causing the brighter square to show.
    delete the line.

    Thread Starter lucycarpenter

    (@lucycarpenter)

    thank you!! it worked!

    thanks for all your support alchymyth. I’ve used your advice a lot before.

    -Lucy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting rid of white box on upper right corner’ is closed to new replies.