Changing the Page Background Color
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
3Hi 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.
This worked! Thank you!
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.