Hi Gil,
Do you mean you want to have the the zig-zag image at the top and bottom and the grey background on whole page, and then the “content” areas have a background of white?
Cheers,
Jakson
Thank Jakson,
Yes – not with the zigzag but I’d like the content to be in white and have a background picture out site the main content.
Appreciate your help!
Gil
No Problem Gil!
You can add CSS to your site to achieve this, something like:
#page { background: rgba(0, 0, 0, 0) url(“https://images.unsplash.com/photo-1427464407917-c817c9a0a6f6”) repeat-y fixed center 0; padding-top: 30px; }
.container { background: #ffffff none repeat scroll 0 0; }
The image I have here is from unsplash.com, so you would replace this with something in your Media Library.
There’s also an awesome Custom CSS plugin that I can highly recommend that allows you to add CSS AND Background Images to your site with a “what you see is what you get” editor – its the “SiteOrigin CSS” plugin on the repo here: https://wordpress.org/plugins/so-css/ – there’s a little video on the repo home page and more info here https://siteorigin.com/css/
Hope this helps!
Jakson
oh, and one last thing was that you could get a slightly higher resolution logo image and add this code to make your logo stretch the whole way across:
.site-logo img {
width: 100%;
}
Jak
Works like Magic – Thanks so much!!!
You’re most welcome Gil – best of luck with your WP project!
Jakson