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


Floriani Color Keep Topping Multi Pack

Floriani brings you a topping to enhance embroidery when stitching contrasting color situations! Color Keep Topping is ideal when stitching a dark design on light colored fabric or in an opposing situation of stitching a light colored embroidery on dark or busy colored fabrics (as pictured). The colored topping eliminates “show through” of the background fabric through the embroidery and enhances the color of the thread. This new topping also does a superb job on towels and terry cloth in keeping the pile pushed down, even through repeated launderings.

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