document.addEventListener('DOMContentLoaded', function() { var header = document.getElementById('myHeader'); var page = document.getElementById('page'); var openMenuButton = document.getElementById('openmenu'); window.addEventListener('scroll', function() { page.classList.remove('menuopen'); if (window.scrollY >= 100) { header.classList.add('sticky'); } else { header.classList.remove('sticky'); } }); // Event listener to remove the sticky class when the button is clicked openMenuButton.addEventListener('click', function() { header.classList.remove('sticky'); page.classList.add('menuopen'); }); var links = document.querySelectorAll('a[href^="#"]'); links.forEach(function(link) { link.addEventListener('click', function(event) { // Prevent the default action event.preventDefault(); // Get the target element var targetId = this.getAttribute('href'); var targetElement = document.querySelector(targetId); // Smooth scroll to target if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } }); }); }); ff
top of page

Acerca de

Party Balloons

Want to Host a Candle Party?

Let's Get Lit!

Host a candle party and get compensated for the purchases made on that day!  Invite your family and friends over for some home shopping, while learning about candles, playing games and earning prizes.  This is an awesome way to earn incentives for yourself, while people stop by or chill, for a night-in to smell all our best La Chandelle Candles. 

Simply invite as many people as possible and start earning discounts!  Fill out the form below and look out for our response. 

 

Get the wine ready!

​

Interested in hosting a Candle Party?

Get in touch so we can start working together.

  • Facebook
  • Twitter
  • LinkedIn
  • Instagram
Thanks for submitting!
bottom of page