Home>Support>Changing Colors of Pages Separately

Changing Colors of Pages Separately

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

So I am trying to keep my home page one color but all the other pages to be a different color and I can not figure out how to do that. If anyone knows please let me know.

Thanks

URL: http://badattitudetees.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 7 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.

    • 10 years, 7 months ago Cameron Francis

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

      Thanks

  2. 10 years, 7 months ago Cameron Francis

    I am trying to change the main background color.

    Thank you

  3. 10 years, 7 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.

    • 10 years, 7 months ago Cameron Francis

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

      Thanks

    • 10 years, 7 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