Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello, I have recently started using Vantage Premium.
 I have two questions:
1) How do I change the background image within my custom CSS?
2) I have used the “customize” option to upload a background image, how do I make it so it doesn’t repeat?
Pretty much I would love to know which div/classes control the background image of the main section so I can edit them accordingly. Thanks!!!!

Hi
Thanks for running Vantage.
1. Custom CSS for a background image might look something like this:
body.custom-background { background-image: url(‘http://localhost/so/wp-content/uploads/2014/07/wallpaper-2827606.jpg’); background-repeat: repeat; background-position: top left; background-attachment: fixed; }2. If you’re using the Customizer to handle this then don’t use the selector I’ve pasted above, you can just use:
body.custom-background { background-repeat: no-repeat; }If you’re interested our Custom CSS tutorial can be found here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
Hi, I want to know how to center a custom background in the theme ” vantage ” . I would like to create a grid in order to place the figures and sponsors on the sides.
All done with photoshop and the container BOXED .
Hi Ignazio
Please open a new support thread and we’ll be with you ASAP. Please include a link to your site if possible.