For now you'd have to manually edit bfa_header_config.php:
After i.e.
PHP Code:
}
// END: of COMMENT Feed link
add
PHP Code:
$logo_area .= '
<a class="twitter-icon comments-icon" rel="nofollow" href="LINK_HERE" title="TITLE_HERE">
LINK_TEXT_HERE</a>';
At Theme Options -> HTML/CSS Inserts -> CSS Insert, add:
HTML Code:
.twitter-icon {
background: transparent url(/wp-content/themes/atahualpa332/images/twitter-icon.gif) no-repeat scroll 0 !important;
/* Example: [width of icon] + [space between icon & link text] = 27px */
padding-left: 27px !important;
}
And upload a 22px tall twitter-icon.gif to /wp-content/themes/atahualpa332/images/. Adjust 27px, see comment in the CSS