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

WordPress WordPress Theme Development Building Out WordPress Navigation The wp_nav_menu Function

Arturo Espinoza
Arturo Espinoza
9,181 Points

How can I remove the navigation icon?

In this tutorial there is a menu that needs to be clicked in order to show the navigation. How to i set it so the nav appears fixed on top of every page?

coding-wordpress-navigation

2 Answers

Stanley Thijssen
Stanley Thijssen
22,831 Points

This theme was build using the foundation framework. What you can do is check out the docs on the foundation framework website: http://foundation.zurb.com/docs/ and see how you have to adjust your html inside of your theme to make this work as a fixed menu.

Arturo Espinoza
Arturo Espinoza
9,181 Points

I figured it out eventually XD Thank you for the link, looks interesting.