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

C# ASP.NET MVC Basics Views Adding Design Files

What is the best way to make modifications to this theme?

What is the suggested way to make modifications to this theme? Would one just edit the boostrap.min.css file? Or would it be better to just make a bootstrap.css file from scratch?

1 Answer

Steven Parker
Steven Parker
229,644 Points

You should avoid directly editing files you get from other sources. But the cascading nature of CSS makes it easy to override settings as you need by including your own CSS file.

You might want to give your custom CSS file a name that won't be likely to be confused with the framework itself.