digging trough teh coe I found the line that did this and fixed it.
echo ‘<p>’.get_theme_mod(‘SilverStone_frontpage_center_name’).'</p>’;
//echo ‘<p>’.esc_url(get_theme_mod(‘SilverStone_frontpage_center_name’)).'</p>’;
find the like that is commented and subsitute it with the one above it, this will fix it.