XF 2.2 Admin template

You can set the hue offset via src/config.php:
PHP:
$config['adminColorHueShift'] = <shift>;
Where <shift> is a shift from 0 to 360.

The admin CP uses the properties of the Мaster style, to edit which you need to enable developer mode.
 
You can set the hue offset via src/config.php:
PHP:
$config['adminColorHueShift'] = <shift>;
Where <shift> is a shift from 0 to 360.

The admin CP uses the properties of the Мaster style, to edit which you need to enable developer mode.
thank you NikitOS,
But where should I add the color code? For example: #0d47a1
 
Top Bottom