// Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})
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();
});

Chantelle has over 17 years of experience across a diverse range of industries including charity, retail, and property lending.   Chantelle began her career in finance at Coughlan’s Bakeries as an Office Administrator, where she built a strong foundation that has shaped her practical, detail-driven approach to financial management.

Chantelle holds an HNC in Business Management and an ICB Level 3 Diploma in Payroll Management and is due to begin her CIMA qualification this year, reflecting her ongoing commitment to professional development.

Outside of work, Chantelle has a passion for wellbeing and adventure. She is a qualified yoga teacher and reflexologist, having completed her YTT training in Bali in 2025, and enjoys travelling whenever possible. She has also taken on physical challenges such as climbing both Snowdon and Scafell Pike. Most importantly, she values spending quality time with family and friends.

Are you ready to make informed decisions about your money?

Contact Us

Get in Touch

Footer Contact Form

Please refer to our Privacy Statement to see how we use your personal information.