Okay
  Print

How to setup contact info and social network on topbar header?

Hello,

How to setup contact info and social network on topbar header?


1, Setup contact infomation :

Use this html code in Archi Options -> Top Header Settings -> Topbar info text :

<ul class="info-list">
<li><i class="fa fa-phone"></i>
Toll Free: <strong>1800.899.900</strong></li>
<li><i class="fa fa-envelope-o"></i>
Email us:
<strong>[email protected]</strong></li>
<li><i class="fa fa-clock-o"></i>
Working Hours: <strong>08:00-17:00</strong></li>
</ul>

2, Setup Social Network :

Use this html code in Archi Options -> Social Settings -> Add your social extend :

<li><a target="_blank" href="https://www.houzz.com/"><i class="fa fa-houzz"></i></a></li>

Find more icons here: https://fontawesome.com/v4.7.0/icons/#brand

Thank you