Viewing 4 replies - 1 through 4 (of 4 total)
  • On Line 601 of style.css:

    .full-width-content #inner {
    background: url(images/inner.png);
    }

    That is what is overwriting your setting of the background to white on line 569.

    Comment out that block should fix it.

    Thread Starter dleonte

    (@dleonte)

    Thank you. How can I find line numbers in the style sheet?

    You need a text editor that shows the line numbers. In a jiffy, just press ctrl + F and paste the above code to search for it.

    In the meantime, download Notepad++ and have all the glories. here’s the link: http://notepad-plus-plus.org/

    Thread Starter dleonte

    (@dleonte)

    Thank you very much.

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

The topic ‘Content background’ is closed to new replies.