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 the Page Background Color

Open 3 replies themetheme-focus
11 years ago · Last reply by Andrew Misplon 11 years ago

Here’s a sample page: http://www.seannmadl.com/editing-cinematography/

I would like the white part of the page to be black. How do I make this happen.

ALSO! I would like the two videos to symmetrically fill up the page. I don’t want all that filler at the right.

PLEASE HELP!

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Seann

    Here we go, you’ll need to place this under Appearance > Custom CSS if you’re on Focus Premium or in your own Custom CSS plugin if you’re on Focus Free:

    /* Focus Container */
    .content-container {
    background: #000 !important;
    border: 1px solid #000 !important;
    }
    /* YouTube Gallery */
    .ul-YoutubeGallery {
    text-align: center;
    }
    .ul-YoutubeGallery li.li-YoutubeGallery {
    float: none !important;
    display: inline-block;
    }
    ul-YoutubeGallery li h3.title-YoutubeGallery {
    color: #444444 !important;
    }
    .ul-YoutubeGallery li blockquote.blockquote-YoutubeGallery {
    color: #666 !important;
    }

    Edit the colors in the last two selectors if you want to change the heading and description text color.

  2. Seann Madl 11 years, 8 months ago

    This worked! Thank you!

  3. Andrew Misplon Staff 11 years, 8 months ago

    Super, glad that helped.

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