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

Brandon Brigham
3,716 PointsWhy isn't menu link working like the rest of links in header?
Hello,
If you visit the site I'm working on at http://favorcustomgifts.com/newsite/
If you click on all the header menu items they all work except the "portfolio" option. All I did was change the #portfolio in Appearance => Menus to "#projects" and then changed it back .... Now it doesn't work. Any ideas why this would be happening?
Thanks for any help!
2 Answers

Steven Byington
13,584 PointsYou need to updated the id for the div holding the portfolio. You have is as id="projects". Needs to be id="portfolio".

Rich Bagley
25,869 PointsHi Brandon,
Going to http://favorcustomgifts.com/newsite/#projects seems to work ok. Did you definitely save it when you changed it back to #portfolio?
-Rich
Brandon Brigham
3,716 PointsBrandon Brigham
3,716 PointsThanks Steven,
What file do I need to edit to change 'projects' to 'portfolio'?