How Do I Set All Spaces To Use The Default Global Look and Feel Theme

Still need help?

The Atlassian Community is here for you.

Ask the community

Please note that this will reset the theme in all spaces.

Please perform a backup of the Confluence Database before running this query!

  1. Run the following query in the Confluence Database:
    UPDATE bandana SET BANDANAVALUE = '<map>
      <entry>
        <string>theme.key</string>
        <string></string>
      </entry>
    </map>' WHERE BANDANAKEY = 'atlassian.confluence.theme.settings';
  2. Flush all the caches in Confluence Admin >> Cache Management
Last modified on Feb 7, 2019

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.