How to clear customizations from Confluence

Still need help?

The Atlassian Community is here for you.

Ask the community

Make sure to back up Confluence's database and installation directory for safety purposes. If this page is being used as a troubleshooting purposes, back up the customization that are instructed to be deleted before deleting them.

  1. Delete any custom HTML in Confluence Admin > Custom HTML
  2. Delete any custom CSS:
    1. Globally in Confluence Admin / Space Admin > Stylesheet
    2. At Space level in Space Tools > Look and Feel > Stylesheet
  3. Reset any custom layouts: 
    1. Configured in Confluence Admin > Layouts page to the default Layouts.
    2. At Space level in Space Tools > Look and Feel > Layout
  4. Ensure that the default or bundled theme is in use: 

    1. Configured in Confluence Admin > Theme 
    2. At Space level in Space Tools > Look and Feel > Themes
  5. Ensure that there are no file modifications or files removed (e.g., the mail and activation jar files have to be moved to a different directory in order to activate a mail server) in your installation directory (at  Confluence Admin > System Information).
    For example, if any files were removed you would see the following.
  6. Run the following query in your Confluence database:

    SELECT * FROM DECORATOR;

    The result of this query displays all the custom layouts applied on your Confluence site. If this query returns one or more rows, run the following query to delete all of the custom layouts:

    DELETE FROM DECORATOR;
  7. Restart Confluence to pick up any changes
Last modified on Mar 21, 2024

Was this helpful?

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