1) Open wp-content/themes/fudge/js/script.js
2) Please back up the above file prior to any changes.
3) Find the following line (around line 122) in the above file:
<p><span>’ + fudge_script_vars.twitter + ‘</span>’ + data.twitter_username + ‘<p>
The other items are
Company -> <p><span>’ + fudge_script_vars.company + ‘</span>’ + data.company + ‘<p>
Short Bio -> <p><span>’ + fudge_script_vars.shortbio + ‘</span>’ + data.short_bio + ‘<p>
Website – > <p><span>’ + fudge_script_vars.website + ‘</span><a href=”http://’ + data.website_url + ‘”>’ + data.website_url + ‘</a><p>