Hello, I would like to customize the css creating a template. So I have duplicate the folder /usr/local/ispconfig/interface/web/themes/default with a new name /usr/local/ispconfig/interface/web/themes/custom_theme I just try change some values on the css files for now... How can I try this theme now ? I figured it should be on a file /usr/local/ispconfig/server/lib/config.inc.local.php where values here can oeverride ones in the /usr/local/ispconfig/server/lib/config.inc.php So does these lines should simply work ? PHP: <?php//** Themes$conf['theme'] = 'custom_theme';
I have never created a theme, but this old thread might help: https://forum.howtoforge.com/threads/themes-for-ispconfig.91148/ This unfinished theme might offer some insight on how it is done: https://github.com/luttje/ispconfig-tailwind-theme Find more of those with Code: ispconfig custom theme on Internet Search Engines.
Select it for the user in user settings and log in again, and take care your theme has proper version information, otherwise it will not ge loaded. That#s the default theme for new users and the theme used for the login screen. The actual user theme is set in user settings.