Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Daniel Sarmiento
10,265 PointsWhat if I'm working locally?
I mean, this video is about How to create a child theme and then upload it to a live server. Well if I'm just working locally at the moment. Could I just make this changes in the themes folder where I have my themes in my pc (i.e. create a new folder and add a css file importing the parent theme css and also pasting the screenshot) ?
1 Answer

Mark Truitt
17,230 PointsIdeally, you want to work locally then push it to a staging/live server. There generally is not much difference between working locally then pushing it all up together.
Daniel Sarmiento
10,265 PointsDaniel Sarmiento
10,265 PointsThanks. I was able to make a child Theme by creating a new folder and adding the css and screenshot. It didn't work at first because I was missing to the " template: theme_name" in the css header.