Hi
Add this to override.css
- Code: Select all
.box .header {
font-family: 'Arial', sans-serif;
}
For instagram icon add this in Social module:
- Code: Select all
<li>
<a href="#">
<i class="gk-icon-instagram"></i>
</a>
</li>
remember to disable using editor before editing it. Some editors does not recognise <i> construcion as HTML syntax.