How to remove menu-items from Woo skeleton

I am new to Grav and using the Woo skeleton as a starting point. When I add new page it appears in the navigation, and it dissapears when page removed. However all existing pages (the ones that were part of the skeleton) remain in the navigation bar, no matter what I do. The pages that came with the skeleton.

@pmflav, That’s because this theme uses menu-items which are hardcoded in
/user/config/site.yaml

menu:
  - text: Features
    link: "#features"
  - text: Pricing
    link: "#pricing"
  - text: Screenshots
    link: "#screenshots"
  - text: Testimonials
    link: "#testimonials"
  - text: Subscribe
    link: "#subscribe"    
1 Like

You are a legend. Thankyou