Adding telephone # to header for Unite WordPress theme

How can I add text to my header right underneath the social media icons?

Thanks.

  1. Open header.php by going to Appearance >> Editor >> header.php

  2. Now find a line of code that says:
    <?php unite_social(); // Social icons in header ?>

  3. Now add your text/telephone number like this right below that line of code listed above.

<div class="contact-info">Tel+ 1234567890</div>

It is just and general example and you can tweak this code any way you want.

Let me know if this helps.

You’re awesome. Thanks.