Call-to-Action


by Full Sort Curator
I am currently working on a marketing project and thought I would brush up on my knowledge. This bucket will specifically focus on "call to action" techniques. Related to this bucket is my ecommerce bucket. Hopefully you will enjoy digging around my bucket as much as I enjoyed adding to it!

$.toast({ text: 'Your bookmarks should finish importing in about 30 seconds. Perhaps longer if you have a ton of bookmarks!

Please refresh your browser once importing is finished to see your imported bookmarks.', position: 'top-center', loaderBg: '#0d6efd', bgColor: '#0d6efd', textColor: '#ffffff', icon: 'success', hideAfter: 12000, stack: 2 }); // Force blue color (because jquery.toast is stubborn) setTimeout(() => { $('.jquery-toast-container .toast').css({ 'background-color': '#0d6efd', 'color': '#ffffff' }); }, 50);