Hi,
Just for clarification - Are you referring to your RSS feed or your actual blog page?
To remove the lightning bolt icon add this to your custom.css or Quick CSS:
.hr {
background: none no-repeat scroll center center #eeeeee;
}
What that will do is remove the lightning bold image but keep the grey line.
Now with the Facebook and Twitter links you have to be careful about the " you use in "_blank" so you'll want to type it like this:
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a target='_blank' href='".$facebook."'>Facebook</a></li>";
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a target='_blank' href='http://twitter.com/".$twitter."'>Twitter</a>
Regards,
Mya