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.

Main background image

Open 4 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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!!!!

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 11 years, 6 months ago

    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;
    }
  2. Andrew Misplon Staff 11 years, 6 months ago

    If you’re interested our Custom CSS tutorial can be found here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  3. Ignazio Scuto 11 years, 4 months ago

    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 .

    • Andrew Misplon Staff 11 years, 4 months ago

      Hi Ignazio

      Please open a new support thread and we’ll be with you ASAP. Please include a link to your site if possible.

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