Footer

There are several options to configure the footer from the config.yml

# config.yml
---
footer:
  enable_footer: true
  footer_title: 'Hugo Advance'
  footer_description: 'Advance is a multi-purpose premium Hugo theme. Modern design, clean code and highly configurable.'
  enable_social_media_links: true
  enable_languages: true
  enable_copyright: false
  enable_menu_footer_primary: true
  enable_menu_footer_secondary: true
  enable_menu_footer_tertiary: true
  footer_primary_menu_title: 'Product'
  footer_secondary_menu_title: 'Company'
  footer_tertiary_menu_title: 'Support'

bottom:
  enabled: true
  enable_bottom_menu: true
  copyright_text: '© 2023 Zerostatic Themes'
  show_rss_icon: true

There are 3 menus available in the footer. You can edit the footer menus by editing config.yml

# config.yml

menu:
  footer_primary:
    - name: 'Services'
      url: /services/
      weight: 1
    - name: 'Work'
      url: /work/
      weight: 2
  footer_secondary:
    - name: 'Team'
      url: /team/
      pageRef: 'team'
      weight: 1
  footer_tertiary:
    - name: Buy Now
      url: 'https://www.zerostatic.io/theme/hugo-advance/'
      weight: 1
      params:
        external: true
        button: true
    - name: 'Contact'
      url: /contact/
      weight: 2
      pageRef: 'contact'
    - name: 'Styleguide'
      url: /styleguide/
      weight: 3
      pageRef: 'styleguide'

Bottom Menu

# config.yml

menu:
  bottom:
    - name: 'Terms'
      url: '/terms/'
      weight: 1
    - name: 'Privacy'
      url: /privacy/
      weight: 2