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 trialDaniel 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.