Title: Decrypt CSS code stored in database
Last modified: June 28, 2021

---

# Decrypt CSS code stored in database

 *  Resolved [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * (@antonio_09)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/decrypt-css-code-stored-in-database/)
 * Hello.
    If I don’t wrong, the CSS customization of child theme in WordPress is
   stored in table wp_options `SELECT * FROM`wp_options`WHERE`option_name`LIKE '
   theme_mods_%'` Is there a way to decrypt the code to CSS or is not possible? 
   Am I missing something?! Thanks.
    -  This topic was modified 4 years, 11 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Joy](https://wordpress.org/support/users/joyously/)
 * (@joyously)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/decrypt-css-code-stored-in-database/#post-14601146)
 * You are partially wrong.
    The options table contains an entry for each theme 
   you have saved options for, named like `theme_mods_`. If there is any Additional
   CSS, that entry will have a field with the ID of the `custom_css` post which 
   is in the posts table as a custom_css post type. You can use the [Customizer Export/Import](https://wordpress.org/plugins/customizer-export-import/)
   plugin to save the current theme’s options to a file. It will include the Additional
   CSS in as `wp_css`. You can import that to a different site or a child theme.
   You can also look in the code of the plugin to see how it is exported.
    -  This reply was modified 4 years, 11 months ago by [Joy](https://wordpress.org/support/users/joyously/).
      Reason: forgot link
 *  Thread Starter [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * (@antonio_09)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/decrypt-css-code-stored-in-database/#post-14601150)
 * Thank you very much -:)
 *  Thread Starter [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * (@antonio_09)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/decrypt-css-code-stored-in-database/#post-14605252)
 * Good to know.
    For various problems I have installed completely WordPress in 
   a subdomain, I exported the most important tables which fortunately worked correctly,
   and copied all the files on the primary domain. In the previous database I had
   errors. It was easier this way than looking for errors, and correcting them, 
   without knowing where they were. Regards!
    -  This reply was modified 4 years, 11 months ago by [FeliceAntonio](https://wordpress.org/support/users/antonio_09/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Decrypt CSS code stored in database’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/decrypt-css-code-stored-in-database/#post-14605252)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
