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 trialJared Bothwell
7,031 PointsTheme Options - Custom CSS
I have a theme which under theme options has a Custom CSS. I notice that this doesn't get overwritten with upgrades. How is this possible? Also - does it mean that a child theme is not necessary?
1 Answer
Nick Dim
12,885 PointsIf you only need to add custom css and not change the theme files, you don't need a child theme.
Travis Lima
15,877 PointsTravis Lima
15,877 PointsHey Jared,
This plugin is actually designed not to be overwritten when themes are updated. That being said it is probably a good idea to still use a child theme as it is a "best practice" when it comes to theme customization.
Be safe, use both Custom CSS (plugin) and a Child theme :) Trav