# Resetting the ThemeWare® configuration

In this article you will learn how to reset the ThemeWare® configuration.

{% hint style="info" %}
**Note**: This article is intended for professionals and experts. If you are not absolutely sure, we will be happy to support you: [ThemeWare® Services at a glance](https://service.themeware.design/en/service)
{% endhint %}

***

Unfortunately, Shopware currently does not offer the possibility to reset the theme configuration via the administration. Nor are we aware of a corresponding extension so far.

{% hint style="warning" %}
**Important:** In the Shopware 6 Cloud currently is no possibility to reach the configuration via the database.
{% endhint %}

> ### Backup for safety
>
> Manual editing of the database is suitable for experienced users who are familiar with the database. Get help if this does not apply to you.

{% hint style="danger" %}
**Attention**: Make sure you create a backup of your database before you make any changes here!
{% endhint %}

***

## Manual approach (for experienced users)

{% hint style="success" %}
**Tip**: For quick access to the database we like to use the extension [Adminer für das Admin](https://knowledge.themeware.design/knowledge-base/profi-knowledge/editing-the-database-with-the-adminer) from Friends of Shopware.
{% endhint %}

### Resetting the ThemeWare® configuration manually

1. Open database (e.g. Adminer or phpMyAdmin)
2. Search table "**themes**" (1) using the search field
3. Open the table with "**select**" (2)
4. Edit the data set of the desired theme (e.g. "TcinnThemeWareModern") with "**edit**" (3)
5. Save the content of the column "**config\_values**" (4) in a \*.txt file to perform a "backup" of the current configuration
6. Empty the content of the column "config\_values" and set the column to "**NULL**" (5)
7. Save the change of the data set (6) and exit the database

The change will be loaded into your theme the next time you open the theme configuration.

#### Screenshots

![](https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2Fgit-blob-a7e71ce4ac3315f244486f72afe71d952ec8503d%2Fplugin--adminer-themes.png?alt=media) ![](https://1979975522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F178YilsPBIFHBAxTvcMo%2Fuploads%2Fgit-blob-1ded1fa49ff9ef2f56d066dbb1ccdd0f016438c6%2Fplugin--adminer-clear-config-values.png?alt=media)
