To change the “Back” button text on mobile folders. Add the following property to the Mega Menu settings in your site footer code injection area:

<script>
  window.wmMegaMenuSettings = {
    layout: 'full-width', // full-width or inset
    openAnimation: 'slide', // slide, fade, or swing
    backButtonText: 'Retour',
  }
</script>
Previous
Previous

How can I prevent clickthroughs on the mega menu trigger?

Next
Next

Why is there a slight layout shift sometimes when opening a menu?