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.

change color of title bar on pages and footer bar everywhere

Resolved 5 replies premiumthemetheme-focus
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi my site is: lorchestra.co.uk

I’d like to change the colour of the black bar that the title sits on. This is on all pages other than home page.

I’d also like to change colour of footer background.

Can you help me?

URL: http://www.lorchestra.co.uk

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Willb2400

    Thanks for reaching out.

    Go to Appearance > Custom CSS and insert the following:

    /* Focus Single Header */
    #single-header {
      background: #1c1c1c;
    }
    /* Focus Footer */
    .site-footer {
    background: #2A2B2F;
    }

    Edit the values there as required.

    Hope that helps :)

  2. willb2400 10 years, 10 months ago

    Thank you very much.

    However, I’m not sure the solid colors are working for me. Is it possible to replace with an image?

  3. Andrew Misplon Staff 10 years, 10 months ago

    Sure, upload your image to the Media Library, then click on the image, copy the link from the right column box. Then go to Custom CSS and change it as follows:

    /* Focus Single Header */
    #single-header {
      background: url("http://yourimagelinkhere.com" repeat-x);
    }
    /* Focus Footer */
    .site-footer {
      background: url("http://yourimagelinkhere.com") repeat-x;
    }

    I’ve set that to repeat-x, that works well for patterns:

    http://subtlepatterns.com/

    However there is lots you can do with repeat and positioning:

    http://www.w3schools.com/cssref/css3_pr_background.asp

  4. willb2400 10 years, 10 months ago

    Thank you!!

  5. Andrew Misplon Staff 10 years, 10 months ago

    For sure :)

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