Top left contact info
6. Top left contact info
Module position: topbar-left
Module class suffix: Not used

If you want to display your contact information like this you have to create a menu and publish the menu module like below
Step-1:

Step-2:

Step-3:
Add the following code in your custom html module
<div id="contact-details">
<ul>
<li><em class="fa fa-phone"></em><a href="#">[email protected]</a>
</li>
<li><em class="fa fa-envelope-o"></em> +11 222 430 231</li>
</ul>
</div>
Step-4:

Last updated