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

Jimmy Names
Jimmy Names
10,371 Points

SO if we want to edit the style of a template/theme we just create /child/ file and edit css within this?

?

1 Answer

Cliff Tam
Cliff Tam
2,948 Points

First thing to check is whether the theme options have a place where you can enter your own CSS.

You can edit style.css directly in the theme if that's the only thing you are editing and you are ok with messing with the main theme.

If you are editing the child theme, look for style.css in the child theme.