This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Changing Colors of Pages Separately

Open 6 replies themetheme-vantage
Started · Latest reply by Cameron Francis

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff

    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.

    • Cameron Francis

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

      Thanks

  2. Cameron Francis

    I am trying to change the main background color.

    Thank you

  3. Andrew Misplon Staff

    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.

    • Cameron Francis

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

      Thanks

    • 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.

Have a different question or issue?

Start New Thread