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 trial

WordPress How to Make a Website with WordPress Customizing WordPress Themes How to Make Child Themes

Debby Beachy
PLUS
Debby Beachy
Courses Plus Student 2,096 Points

Do I copy the whole CSS folder into my child theme, or do I open the css folder and copy the files inside?

This is what is inside the CSS folder:

editor-style.css

and

ie.css

1 Answer

Emma Willmann
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Emma Willmann
Treehouse Project Reviewer

When you are working with a child theme, it pulls information from the parent theme. Basically, you only want to include what's different inside the child theme folder. I would read through the codex on child themes. This explains what is needed both in the folder and in the files themselves.

Debby Beachy
Debby Beachy
Courses Plus Student 2,096 Points

Hi Emma, He's saying in the video that we can drag and drop from the WordPress file we originally downloaded. I did read what you sent me, so it seems as though I have to make a style sheet in an editor styles.css and copy over the information given, and change that which is relevant to my theme. They also said I have to have a PHP file as well.