Change background color for every page except the main page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • #3785
    lRlevolution
    Participant

    I already have a specific background page for my main page(.main) and would like to change the background color for every other page to something different. i tried using .paged, .page, .pages and nothing seems to work.

    #3808
    Daniel Tara
    Keymaster

    To add a background for all pages use:

    body,
    .paged {
    	background:#FFF;
    }

    To add a specific background just for the home page use:

    .home {
    	background:#000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.