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.

Replies

6
  1. Andrew Misplon Staff 11 years, 2 months ago

    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 11 years, 2 months ago

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

      Thanks

  2. Cameron Francis 11 years, 2 months ago

    I am trying to change the main background color.

    Thank you

  3. Andrew Misplon Staff 11 years, 2 months ago

    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 11 years, 2 months ago

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

      Thanks

    • Cameron Francis 11 years, 2 months ago

      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