So it works as it should, but I think I’m needing something else … basically the opposite, I want to be able to create network wide css that affects anyone who ISN’T an admin … what our site does is dynamically creates a blog for each user who joins our organization. So when these users log in they can set their own themes, but we don’t want them to be able to customize the theme (because that will undoubtedly cause support tickets for us), so we need to hide the “hide-if-no-customize” class for them. I don’t want to hack the native admin theme as that will obviously get overridden by any updates.
Do you have any suggestions of plugins that might do this, or any other possible solutions?