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 trialPeter Retvari
2,566 PointsI just would like to ask about how flexible is Bootstrap4. What if I wanna change the NavBar background color?
I just would like to ask about how flexible is Bootstrap4. What if I wanna change the NavBar background color or the Jumbotron b.color? Can I use CCS colors, RGB colors or Hex values to make it more closer to my desired one?
2 Answers
Lee Vaughn
Treehouse TeacherYou can still do it. Using Bootstrap doesn't prevent you from styling elements the way you want in CSS.
hazal gökalp
2,998 PointsHi Peter you can change it with bootstrap's color classes or in your own stylesheet you can specify any color you want
Peter Retvari
2,566 PointsThanks for your help :) I know that I can add more CSS classes, but how can I change the color to the exact color I want in BS4? I couldn't find here: https://getbootstrap.com/docs/4.0/utilities/colors/
Peter Retvari
2,566 PointsPeter Retvari
2,566 PointsMany thanks for your quick answer :)