Header/Footer menus that can be updated across all pages?

Hi!

I’m trying to design navigation bars that stays the same no matter which page the user is looking at.

I tried doing this by turning the navbar into a reusable component that I insert into every page. However, every time I make a change to the navbar, I have to update every single page.

Any help would be appreciated!

You must make your changes in the reusable element.

What type of changes specifically?

Once you turn your navbar into a reusable you have to drop this reusable on every page. Once you do it, only thing you have to ever update/modify is the reusable element. Let me know if this helps.

This topic was automatically closed after 70 days. New replies are no longer allowed.