How can I display customizer’s “Additional CSS” to administrators and editors (in multisite)?
In Multisite, Core only allows super admins to edit CSS by default. One of the reasons is that there are some security edge cases, especially in older browsers. To allow site admins, you’ll need to grant them the edit_css capability. It sounds like you tried to do that with your plugin, but without seeing the … Read more