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

Platform Notice: Data Center and Cloud By Request - This article was written for the Atlassian data center platform but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

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 Jan 3, 2025

Was this helpful?

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