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


Stick N Stitch Self Adhesive Wash Away Stabilizer 12ct 8 1/2" x 11"

Stick 'n Stitch is ideal for Hand Embroidery, Cross Stitch, Punch Needle, and Quilting. It is as easy to use as 1-2-3 - print or copy your design on Stick 'n Stitch then remove the backing, stick on fabric and stitch, then rinse away when finished! Print a design onto Stick ’n Stitch by placing the design in a copy machine (or you can print a design from your computer to your laser, ink-jet or bubble-jet printer) and use the lightest (draft) setting on your printer.

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