Can a Vantage Child Theme be Used with a WordPress Multisite?
Is it possible to set up different Child Themes for several websites that use the Vantage theme as part of a WordPress multisite?
For example, say I have:
sample-website-01.com
sample-website-02.com
sample-website-03.com
And all three of these websites use the Vantage theme with WordPress multisite and I want to modify the CSS code differently for each site.
I've been following the Tutorial >
Creating Child Themes for Vantage http://docs.appthemes.com/tutorials/...arted-styling/
Would the child theme folders be named something like this?
vantage-child-sample-website-01
vantage-child-sample-website-02
vantage-child-sample-website-03
Are there any other code modifications I need to make?
Then how does each site know which CSS file to use?
Thank you