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 trialJesse Gonzalez
7,322 PointsDoing the bootstrap lesson on ScrollSpy. My nav elements aren't highlighting.
Tomas Schaffer
11,606 PointsIf i dont see your code i cant help you more. Check bootstrap documantations. https://getbootstrap.com/docs/4.0/components/scrollspy/
1 Answer
Ben Colgan
22,695 PointsItโs because bootstrap changed some of the class names slightly in newer versions so if you did what I did you used the latest version of bootstrap but used the old naming conventions used in the lesson so it doesnโt work, you just need to look at the documentation on the bootstrap website and use the updated class names on the parts that arenโt working correctly
Tomas Schaffer
11,606 PointsTomas Schaffer
11,606 PointsAre you using some library or just linking element id?