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

General Discussion

Ilja Daderko
Ilja Daderko
8,953 Points

Correct way to build Bootstrap theme?

Hello,

I'm struggling to find good resources online that would outline correct way of Bootstrap 3.x based theme development. I know that I can override it in my main css and probably take this approach and style all bootstrap components (that I need), but I just wanted to know if there is a structured guide to this, as websites like themeforest (envato) offer templates that look nothing like bootstrap, but use it and feel so clean.

1 Answer

Andi Wilkinson
Andi Wilkinson
26,822 Points

Its a case of just using what you need. - - ie use it as a grid. you don't have to use all the buttons and so on. - can you use LESS? - I tend to include the bootstrap css & js via cdn, then create a less template structure for main css