Skip to product information
1 of 9

Shelly Creates It

Halloween Cards

Halloween Cards

Sad day. No reviews yet!
Regular price $1.25
Regular price Sale price $1.25
Sale Sold out

Send a spooky message to your favorite person! Each card is handmade by me.  Some have heat emboss or folder embossing.  

Vertical Card dimensions:
Closed: 4 1/4 inches (W) x 5 1/2 inches (H)
Open: 4 1/2 inches (W) x 11 inches (H)

Horizontal Card dimensions: 
Closed: 4 1/4 inches (H) x 5 1/2 inches (W)
Open: 4 1/4 inches (H) x 11 inches (W)

A white custom-made envelope is included, but not pictured in this listing.

Ships via USPS within 2 business days.

View full details
If you use a free theme from Shopify, other than Brooklyn or Narrative, then at the bottom of the theme.js file, paste the following code: $( document ).ready(function() { if( typeof product_variants_removed != undefined ) { // was there items to be removed? var $addToCartForm = $('form[action="/cart/add"]'); if (window.MutationObserver && $addToCartForm.length) { if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } var config = { childList: true, subtree: true }; var observer = new MutationObserver(function() { product_variants_removed.forEach(function(item){ $('.single-option-selector option').filter(function() { return $(this).text() === item; }).remove(); }); observer.disconnect(); }); observer.observe($addToCartForm[0], config); $('.single-option-selector').trigger('change'); } } }); If you use Brooklyn, then at the bottom of the theme.js file paste the following code: $( document ).ready(function() { $('single-option-selector__radio').trigger('change'); if( typeof product_variants_removed != undefined ) { // was there items to be removed? var $addToCartForm = $('form[action="/cart/add"]'); if (window.MutationObserver && $addToCartForm.length) { if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } var config = { childList: true, subtree: true }; var observer = new MutationObserver(function() { product_variants_removed.forEach(function(item){ $('#ProductSelect-option-size-'+item).remove(); $('label[for=ProductSelect-option-size-'+item+']').remove(); }); observer.disconnect(); }); observer.observe($addToCartForm[0], config); $('.single-option-selector__radio').trigger('change'); } } }); If you use Narrative, then at the bottom of the custom.js file paste the following code: $( document ).ready(function() { if( typeof product_variants_removed != undefined ) { // was there items to be removed? var $addToCartForm = $('form[action="/cart/add"]'); if (window.MutationObserver && $addToCartForm.length) { var config = { childList: true, subtree: true }; product_variants_removed.forEach(function(item){ $('.single-option-selector option').filter(function() { return $(this).text() === item; }).remove(); }); } } } );

Collapsible content