Styling the website via the customizer – do the changes stay after theme update?
It’s not really the Customizer that stores the changes, sort of. All changes to a theme’s settings are done by the theme settings code, and are stored (usually) in the wp-options table (although a theme might have it’s own table where it stores settings). So, if you make changes via the theme’s Customizer interface, the … Read more