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 trialPete Cass
16,656 Pointshow to set up a child theme
In the video we go through how to create a child theme. I've done this and copied the style .css file from the downloads section into the folder.
Sweet. but now i want to make a child of a different theme. What do i need to change in the style.css file for this to work?
thanks folks
1 Answer
Rich Bagley
25,869 PointsHi Pete,
If you mean change your child theme to use a different parent theme, you should just need to edit the Template line, e.g.
Template: twentyfifteen
Here's the info from the Codex.
Hope that helps.
-Rich