Home>Support>Changing Colors of Pages Separately
  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Cameron

    This can be done using a bit of Custom CSS. What part of the page are you looking to change the background color of? Header, footer, main etc.

    • 9 years, 9 months ago Cameron Francis

      I am trying to change the main background color on all pages but the home page.

      Thanks

  2. 9 years, 9 months ago Cameron Francis

    I am trying to change the main background color.

    Thank you

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS module/plugin (Vantage Free) you could try something like this:

    /* Backgrounds */
    
    /* Site */
    .body {
    background: #000000;
    }
    
    /* Home */
    .body.home {
    background: #ffffff;
    }
    

    Give that a try. Swap my colors for yours.

    • 9 years, 9 months ago Cameron Francis

      That did not work. All pages stayed the same, no change happened.

      Thanks

    • 9 years, 9 months ago Cameron Francis

      Do you have any other suggestions?

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More