Articles on: FAQs

How to add social icons/links on header

It is possible to add social icons with link in the top header bar or any other widget area as instructed below:
Navigate to any of the text editor available in the Zakra theme. For example: Navigate to Header Top Bar and choose Text/HTML from Left Content or Right Content drop-down.
Select text from the textarea tab.
Add the following code inside the textarea box:

<div class="header-bar-social-icons">
    <a href="https://facebook.com/zakratheme/">
        <i class="fa fa-facebook"></i>
    </a>
    <a href="https://twitter.com/zakratheme/">
        <i class="fa fa-twitter"></i>
    </a>
    <a href="https://plus.google.com/zakratheme">
        <i class="fa fa-google-plus"></i>
    </a>
    <a href="https://linkedin.com/zakratheme">
        <i class="fa fa-linkedin"></i>
    </a>
</div>

In the above code, edit the link and code for FontAwesome Icons as per your preference.

Add Code for Social Icons with Link

Updated on: 30/03/2020

Was this article helpful?

Share your feedback

Cancel

Thank you!