Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKyle Plancich
7,482 PointsWhere does Zac get the child style.css file from? I'm missing something here....
I'm trying to make my child theme and don't understand where to get my style.css file from. Could anyone help?
2 Answers
Nathan Ward
7,907 PointsThat video seems outdated as it seems to use imports for the style sheet. The WordPress codex has documentation on how to setup the childs theme style.css and how to properly include the parent themes css. To find out more go here: http://codex.wordpress.org/Child_Themes
Kyle Plancich
7,482 PointsThank you Nathan.