Printed Vintage Style Little Golden Book Characters Bookmark for Baby Shower Favors

SW4527BM

This vintage-inspired Little Golden Book bookmark is the perfect party favor for a baby shower. Ideal for fans of the classic stories, this classic Golden Book design features endearing classic character illustrations like the Pokey Little Puppy and Shy Little Kitten. Treat your guests to a memorable momento!

  • This listing is for the Bookmark printed design.
  • Minimum quantity order is for a pack of 20 ($24)
  • Pricing is based quantities of 20,25,50,100,150,200,250,etc.
  • All wording is editable and fonts can be changed.
  • Click on orange link below to test out.

TRY BEFORE YOU BUY!

© Copyright • Swirly World, LLC

    Customer Reviews

    Based on 2 reviews
    100%
    (2)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    0%
    (0)
    T
    Tanya Fernandez
    Perfect for the occasion

    These were a perfect commemorative gift for a graduation event! The graduation speech referenced Little Golden Books and lessons learned and these bookmarks went along with the speech perfectly! They were easy to design, I had wonderful communication from the owner and they arrived well in advance of the event! Thank you!

    P
    Pam Schuler

    They are perfect!! Fits in great with our “Baby’s First Book Club” theme.

    document.addEventListener("DOMContentLoaded", function () { const checkbox = document.querySelector('input[name="properties[Draw Me as a Character]"]'); if (!checkbox) return; const variantId = 46882773041411; let added = false; checkbox.addEventListener("change", function () { if (this.checked && !added) { fetch("/cart/add.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 1 }) }).then(() => { added = true; }); } else if (!this.checked && added) { fetch("/cart/change.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ id: variantId, quantity: 0 }) }).then(() => { added = false; }); } }); });