I have built an application to quick start wordpress elementor websites for a client. The short gist of it, is that it will install wordpress on a server, install all plugins and themes (like elementor and hello-elementor), and display the pre-given page on it.
All of this works fine, easily done with WP-CLI. Now I’ve come to the issue that the client wants to quick start some websites with different color scheme’s and fonts. When using the UI, you can easily go to global settings, colors, and edit these colors. But as I am programmatically setting this site up, I have run into the problem that I can not find the location where these settings are stored.
I’ve looked through the entire of wp_options, but no such options for colors. I can’t find any css files in which they are defined, as I thought perhaps it was stored on the disk instead of the database.
I hope someone can help me out in where this is stored, such that I can pre-set this. I am trying to make most of the things work such that you have to do the least in the wordpress admin panel.
Many thanks and with kind regards.