How to edit top navigation bar?

Hi,

I want to remove some of the navigation bar items.
For example :

I don’t want to use projects in navigation bar.
and more over I want to rename CONTACT to CONTACT-US.

Please tell me how to do it?

Hello,

You should first have a look on the demo page.
You’ll see that every menu item comes with an ID anchor at the end:

colorlib.com/illdy/#about
colorlib.com/illdy/#projects
colorlib.com/illdy/#testimonials
colorlib.com/illdy/#services
colorlib.com/illdy/#latest-news
colorlib.com/illdy/#counter
colorlib.com/illdy/#team
colorlib.com/illdy/#contact-us

You should take the above ID and use it similarly but with your website URLs inside Dashboard > Appearances > Menus, where you need to add Custom Menu items and set the above URL and your custom name.

Please keep in mind that the section IDs are hardcoded in the main files (sections folder) and you’d need to do some changes on the server if you want to change the ID anchor #contact-us name as well.

Let me know if you got it alright.

Regards