document.querySelectorAll('.header-nav--parent').forEach(li => {
  const toggle = li.querySelector('.brx-submenu-toggle');
  if (!toggle) return;

  const a = toggle.querySelector('a');
  const button = toggle.querySelector('button');
  if (!a || !button) return;

  // Move the label text into the button (prepend before the SVG)
  const labelText = document.createTextNode(a.textContent);
  button.prepend(labelText);

  // Remove the <a> tag
  a.remove();
});
  // Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})

Check out our calendar of events

See Calendar

Latest Posts In Uncategorized

  • The Art and Joy of Growing Willow: Lessons From the First Season

    Follow the first season of growing willow on Ranmore Common, from planting and numbering cuttings to observing growth across multiple varieties. Discover lessons in coppicing, pollarding, and creating a willow fedge, while exploring the…

  • Willow and Wellbeing: Embrace the Magic of the Willow Moon for Healing, Craft and Connection

    Step into the healing embrace of the Willow Moon—an ancient season of intuition, transformation, and renewal. In this guest blog by Harmony in Nature for Hedges & Hurdles, discover how the graceful willow tree…

  • Shortlisted – Sustainability Champion Award

    I (Lorraine) am delighted to have been shortlisted for a Sustainability Champion Award! I very much look forward to attending the awards dinner in Brighton with my two daughters in May. Wishing all those…

  • The Alder Moon

    The Alder Moon: A Time for Willow Craft Makers to Connect with Nature According to Celtic tradition, the Alder Moon spans from 18th March to 14th April — a time when the Alder tree…