Change theme no apply

Hello

Why doesn’t the panel allow me to change the theme?

I set it by default and I log out and when I log in again the dark is configured again

hestia: 1.8.7

Hello @GabrielPL,

Show the output of this command (change YourUser by one of your actual users).

grep -r THEME /usr/local/hestia/conf/hestia.conf /usr/local/hestia/data/users/YourUser/user.conf

Also, did you try to access Hestia CP using the incognito mode of your browser? Maybe you should clean your site’s cookies in your browser.

Cheers,
sahsanu

/usr/local/hestia/conf/hestia.conf:POLICY_USER_CHANGE_THEME=‘true’
/usr/local/hestia/conf/hestia.conf:THEME=‘dark’
/usr/local/hestia/data/users/admin/user.conf:THEME=‘default’

Change that true to yes. As root, execute this command to modify the value:

v-change-sys-config-value POLICY_USER_CHANGE_THEME yes

thanks!!!

1 Like

This PR should fix the issue.