Re-enable Theme

Hi there,

I disabled the theme and I only have one option. And now when I can’t login to suitecrm, I get a blank page.
How can I enable the theme back?

Thanks in advance!

Kareem

Nevermind. I figured it out. Just needed to change the default theme in config.php and my issue was resolved.

disabling themes can be done in config.php with something like this:

  'disabled_themes' => 'SuiteP,Suite7',

And in config_override.php something like this:

 $sugar_config['disabled_themes'] = 'SuiteP,Suite7';

So your change probably created one of those entries (or both), you can go there and un-do them manually.

1 Like