I had help with this earlier, however I noticed that the following code conflicted with my themes homepage slider and functionality.
I placed the following code within the header.php file of my wordpress site:
<*script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {
$('.gform_wrapper .gfield_required').html('<span class="smallreq">*required</span>');
});
<*/script>
Is there another way to do this without a script or editing the header.php? It worked perfectly but just conflicted with the theme :(
thank you