NikitOS Well-known member Nov 28, 2021 #2 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. Upvote 0 Downvote
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.
O OPM New member Nov 28, 2021 #3 NikitOS said: 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. Click to expand... thank you NikitOS, But where should I add the color code? For example: #0d47a1 Upvote 0 Downvote
NikitOS said: 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. Click to expand... thank you NikitOS, But where should I add the color code? For example: #0d47a1
NikitOS Well-known member Nov 28, 2021 #4 @OPM, enable developer mode and go to Appearance → Style Properties → Master Style, then edit the properties you want. Upvote 0 Downvote
@OPM, enable developer mode and go to Appearance → Style Properties → Master Style, then edit the properties you want.