Change colours between pages

Hi

  1. is there anyway to change colour of background and text including logo and menu nav bar when navigate to another page? At moment front page is set to black background and white logo and text but when go to privacy policy or another page I want white background with black logo and text.

  2. What is the colour of background of footer? Can I change this if so how?

Hey there

  1. sorry, but this is not possible :frowning:

  2. You may use this css code to change footer BG:

    footer {
    background: #f00 !important;
    }