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


Pretty & Playful Iron-on Labels for Quilts & More

Personalize your quilts & sewing projects with this book of 100+ iron-on quilt labels. The collection features charming designs by Becky Goldsmith and Linda Jenkins of Piece O’ Cake, featuring silly cats and dogs, blooming bouquets, cozy houses, and more. Easily customize and embellish the labels to match your style, mood, or project with stitching, coloring, and painting.

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