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 Willow Growing

  • Willow Water: Making the Most of a By-Product

    ? As a willow artist, soaking willow is part of my creative process — but what happens to the water afterwards? Rather than seeing it as waste, I’ve discovered it can become a natural…

  • The Art and Joy of Growing Willow: A Beginner’s Adventure”

    Discover the art and joy of growing willow! Follow my beginner’s journey into cultivating this sustainable plant, from planting and coppicing to harvesting and replanting. Learn expert tips, soil preparation, and insights into creating…