customize css with a template

Discussion in 'Tips/Tricks/Mods' started by rodinux, Jul 22, 2026.

  1. rodinux

    rodinux New Member

    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';
     
  2. rodinux

    rodinux New Member

    I don't know why it seems not working ??
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    ahrasis likes this.

Share This Page