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 Customizing WordPress Theme Files

Jared Bothwell
Jared Bothwell
7,031 Points

Theme 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?

Travis Lima
Travis Lima
15,877 Points

Hey 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

1 Answer

Nick Dim
Nick Dim
12,885 Points

If you only need to add custom css and not change the theme files, you don't need a child theme.