It ought to be possible, by installing a custom implementation of the Wicket Bootstrap's IThemeProvider.
The isis-app-todoapp actually does this, storing the info via the settings modules; take a look at [1] Cheers Dan [1] https://github.com/isisaddons/isis-app-todoapp/blob/61b8114a8e01dbb3c380b31cf09eaed456407570/webapp/src/main/java/todoapp/webapp/UserSettingsThemeProvider.java On 13 April 2015 at 09:29, Erik de Hair <[email protected]> wrote: > Hi, > > Is it possible to have each of our resellers (using our Isis application) > use there own theme/branding with their own logo and colors? Would this > also be possible for the login page, possibly depending on the used host > name? > > Thanks, > Erik > >
