We are running a multi-site install of WordPress. We are using X/Cornerstone to create our first X based site.
If we have customized the CSS for a site and want to save that as we would a “theme” so that we can have one common code base for any site using that Theme, how do we do this?
I think what we really want is to create our own “Stack”. Is this possible? If so, how?
Unfortunately that’s not possible. What you can do is using a child theme and moving that child theme to any installation / website you want so this is your own “child theme” with the custom styling and functions that are portable. Let me know if that helps.