This is the corresponding code for your screenshot:
The icon is probably italic, as you added the Font Awesome CSS to an "i" tag. If I change it to e.g. "span", the icon isn't...
Code: [Select]
<div class="title2"><i class="fa fa-users"></i> Follow Us</div>
The icon is probably italic, as you added the Font Awesome CSS to an "i" tag. If I change it to e.g. "span", the icon isn't...