Deals

10% OFF

Your Deal Title

Your deal description goes here. Explain the details of the offer and highlight the benefits.

jQuery(document).ready(function($) { $('p').each(function() { var text = $(this).html(); var modifiedText = text.replace(/([^:]+):/g, '$1:'); $(this).html(modifiedText); }); });