Backgrounds

Is there an app-module that controls backgrounds ? would be nice to have easy access to backgrounds and changing them....

  • 834
  • More
Replies (3)
    • Hello @Al Barnes !

      The admin(s) can change the backgrounds of the pages via Studio->Pages->Settings of every page. If you mean the possibility to change the backgrounds by the users - then yes, by default it's not possible.

      • I want to have backgrounds on the home page , the whole screen not just a banner

        • 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]');

          }

          Login or Join to comment.