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.

Replies

3
  1. Andrew Misplon Staff

    Hi Mail Box

    If you’re using the Vantage boxed layout then you can achieve this using the following plugin:

    https://wordpress.org/plugins/custom-background-extended/

    If you’re using the full width layout then this can be done using Custom CSS as follows:

    .page-id-x #main {
        background-image: url("http://urlgoeshere.com");
    }

    You can get the page ID by editing the page in WordPress and checking the URL. The page ID is in the URL. Insert that number where I’d said “x”.

    Hope that helps.

  2. mail box

    thanks

  3. Andrew Misplon Staff

    For sure :)

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