Viewing 5 replies - 1 through 5 (of 5 total)
  • The background is in this css in file layout.css line 144. Remove the image URL with the rest of that line and add your own color code, as in
    background: #ffffff;

    html > body #page {
    background: url(images/shadow_right.png) repeat-y right top;
    }
    Thread Starter kitkaplan

    (@kitkaplan)

    https://174.120.137.66/~lisalynn/
    Didn’t work, now I have a white bar on the sides. What did I do wrong?

    kitkaplan,

    Your white background is coming from the body. It you remove that, the white bars go away.

    Cheers,

    Sam

    Thread Starter kitkaplan

    (@kitkaplan)

    Thanks sam but please be specific. I have no clue what you mean.

    Thread Starter kitkaplan

    (@kitkaplan)

    I found it. html > body #page {
    background: #ffffff;
    }

    So i removed this and the outer bars are gone but i still have that gradation in the background behind the text that looks bad on the right under the Constant contact box. I just waant a simple white background. I tried to change the image/shadow_right.png to white but that didn’t help

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Content Background in Freshy2’ is closed to new replies.