Comment to 'Backgrounds'
Comment to Backgrounds
  • Then it's better to upload your image via the Studio->Storage->Images area, copy its URL, and write it in the Custom Styles area of your template, for example like:

    -content-wrapper {

    background-image: url('[the copied URL]');

    }