// 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();
});

I have spent many years in Financial Services, both working for providers and advisers, although I did have an ‘off piste’ moment some years ago when I worked in Harrods ordering bedlinen and towels!

When not in the office I am out and about with friends (which usually involves eating and drinking) and if not doing that, I am probably moaning about the dire performance of Everton FC!

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.