//wrap span around "The One Plan" jQuery('.path-products-services .products-services.media-object').html(function(index, currentHtml) { return currentHtml.replace('The One Plan', '<span class="orange">The One Plan</span>'); });