Background Resizes Only on Home Page (Chunk Theme)

  • Unknown's avatar

    Good afternoon WordPress users,

    I am having trouble getting my background to resize on every page. For some reason it works really well on the home page, but not on any other pages.

    This is the code I have so far:

    body.home {
    background:url('http://fractalontology.files.wordpress.com/2011/03/hf.jpg') no-repeat fixed 0 0 transparent;
    }

    Any suggestions are welcome,

    Thanks Guys!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I don’t see that in your custom CSS, and I see the background centered and fixed on your site and all pages have the same behavior.

    Are you talking about a different site than the one referenced above?

    From the code example you gave above, your selector is specifically targeting on the home page. You would want to change the selector to the following to make it apply to all pages.

    body {
    background:url('http://fractalontology.files.wordpress.com/2011/03/hf.jpg') no-repeat fixed 0 0 transparent;
    }
  • The topic ‘Background Resizes Only on Home Page (Chunk Theme)’ is closed to new replies.