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


Print and Stick Target Paper

  • Transparent/Translucent: You can see the fabric through the paper, making it easy to align the embroidery design correctly.
  • Adhesive-Backed: The template sticks to the project, ensuring it stays in place during placement.
  • Repositionable and Reusable: The adhesive allows for repositioning and multiple uses.
  • Leaves No Residue: It removes cleanly without leaving a sticky mess.
  • Inkjet or Laser Printer Compatible: It can be used with both types of 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'));