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 trialTyler Bain
1,788 PointsHow do I get my own screenshot of my theme to appear under "appearance"?otherwise the child theme is working.
can't see the screen shot png file I placed next to the style.css in the child theme folder.
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsI believe it needs to be a certain size (I.e. Dimensions.800 by 600 pixels) and make sure the file is inside your parent theme folder.
Marissa Richardson
47,542 PointsTo have a screenshot for your child theme, you must have a file called Screenshot.png. Include this file in the same place as your child theme's style.css.
Tyler Bain
1,788 Pointsso when I took my own screen shot of a theme called Point and copied screenshot.png into the child Point child folder it didn't work, although when I copied Zach's screenshot into child twentythirteen folder it worked just fine. Thanks for your help Marissa.
Tyler Bain
1,788 PointsTyler Bain
1,788 PointsPerfect, thank you!