Screenshot

image

There are three blocks in Header Top region. Create these content blocks using the sample code provided below and place in Header Top region.

image

Sample Code - Email


<div class="flex gap-small">
<div><i class="ficon-mail"></i></div>
<div>care&#64;example.com</div>
</div>

Sample Code - Phone


<div class="flex gap">
<div><i class="ficon-phone"></i></div>
<div>+1-22-3344-5566</div>
</div>

Sample Code - Promo


<div><a href="#">60% OFF — Exclusive deal ending soon!</a></div>