Hi,
1. You need to change the shortcode, like this
[social size="small" type='twitter,facebook,dribbble,ideal']
It gives its default icon of social media.
2. For that you need to edit the code, open up \wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php line #312 you find a line like this
<li><a href="#faqs" class="inline" data-toggle="modal"><?php _e("F.A.Q.'s", "swiftframework"); ?></a></li>
change that to.
<li><?php _e("F.A.Q.'s", "swiftframework"); ?></li>
3. You are using some plugins to put the newsletter there, if so you can find some options for that there.
Let us know,
Thanks,
laranz.