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


Dritz Cone Thread Holder

The Dritz thread cone holder keeps embroidery thread vertical with a loop guide for use on home embroidery machines! This light-weight cone holder accommodates all Madeira thread styles: large 5,500-yard cones, small 1,100-yard Mini Snap Cones, and barrel style spools! Most embroidery thread is manufactured to run best when standing upright (vertical). Designed for use with home machines that hold thread horizontally.

Specifications:

  • Care and instructions included in package
  • Product Dimension: 15.938" L x 5.75" W x 0.625" H

/*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'));