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)
	})
})

SUCCESS! First Christmas Workshop at Hogs Back Brewery

A great day was had by all at our very first Natural Christmas Workshop of the season and at the Hogs Back Brewery in Farnham, Surrey on Wednesday 12th November 2024!

 

We have further Natural Christmas Workshops coming up in the countdown to Christmas:

Wednesday 4th December

Traditional Swedish Star – 10:00 – 12:30

Natural Christmas Wreath – 13:30 – 16:00

Tuesday 10th December

Willow Angel – 10:00 – 12:30

Willow Heart – 13:30 – 16:00

Join us for either a full-day or half-day with the option to book a table for lunch. The Workshops will be located in the Hangar area which will be fully heated.

See here for more information and to book.

 

Related posts