Where is the theme’s custom CSS?

*Where is the theme’s custom CSS stored?* The custom CSS is stored in the the site’s database, in the wp_posts table. The custom CSS is the content of the post, with a title that’s the theme’s slug, as a post of type “custom_css”. Subsequent updates are stored as a revision of that post. The custom […]

Read More >