Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Friends & Family Wall Hanging - JBDFANDF

The best times are always found when friends & family gather 'round.' This lovely autumnal wall hanging is sure to become a fall favorite for yourself or made to give as a gift. Its narrower size makes it a perfect addition to the room where everyone seems to gather during the holidays...the kitchen. Finished size- 10 1/2" x 17" CD includes embroidery formats: ART9, DST, EMB, EXP, HUS, JEF, PCS, PES, SEW, SHV, VP3 & XXX. Minimum hoop requirement- 6" x 10" hoop.

  • CD
  • Finished Size: 10-1/2in x 17in
  • Final Product: Wall Hanging
  • Technique Used: Machine Embriodery
  • Skill Level: Confident Beginner

/*Calendar different color events javascript*/ window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));