Blessing

How to add text and customize topbar on header - Blessing Theme?

Hi,

Starting from the new version of Blessing theme 1.4.0.

You can easy enable topbar for header in Appearance -> Customize -> Header -> Header Layout:

Also, you can add contact info on topbar with html code below:

<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>

Result after add contact info on topbar:


Thank you