Viewing 2 replies - 1 through 2 (of 2 total)
  • Looking at Why Us. Background is set to #FFFFFF (white), yet the image is using #F9F9F9. To change this, you’d change your existing css to:

    body {
      background: none repeat scroll 0 0 #F9F9F9;
      color: #5A5A5A;
      padding-bottom: 0;
    }

    Thread Starter AlbaFitness

    (@albafitness)

    Hi Rdell, thanks, I managed to fix it. Going to change image background to ffffff later. Now have problem with the sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background colour’ is closed to new replies.