How can I add an extra item to my store's header?

Hi

Pls could u provide a solution to adding another item to my header (“stores” with the icon) from copying code from example store (attached example below.)

my store:

Theme: Warehouse

URL : tennisgiant.com

Example store:

Theme: Warehouse

URL: www.electricshop.com

wanted result :

adam10910_0-1670282319035.png

Cheers

Hi @adam10910

Please follow these steps:

search: 
{%- render 'mini-cart' -%}
[
  
               
    
      
                            
    
     Stores
  
 
](https://tennisgiant.com/pages/about-us)

The link in the tag I’m attaching redirects to about - the page on your site. You can replace it with another link if you want.

view - 2022-12-06T141147.546.png

.header-icons{
  display: flex;
}
.fas.fa-map-marker-alt{
  font-size: 26px;
  margin: 0 14px;
  color: white;  
}

I hope that it will work for you.