Target text without container
$('.mailchimp-signup-subscribe-form div:first-of-type').contents().filter(function() { return this.nodeType === 3; }).wrap('<p class="description"></p>').end().filter( "br" ).remove();