Unique Value Point - Leiste im Header

Hallo liebe Community, ich bin leider am verzweifeln, alles was ich probiert habe hat bis jetzt nicht funktioniert. Mein Problem ist folgendes: In meinem Theme (DashOneV2 http://dashone2.shop-templates.com/ ) gibt es eine Leiste unterhalb vom Menu. Im DemoShop steht z.B. 6500 Customers etc. drin. Diese Leiste würde ich gerne permanent am Anfang vom Body Tag haben. So wie bei Amorelie (www. amorelie.de) ist. Hier ist der Code wo die Leiste eingebaut ist: {extends file='parent:frontend/index/index.tpl'} {\* Breadcrumb \*} {block name='frontend\_index\_breadcrumb'} {/block} {\* Maincategories navigation top \*} {block name='frontend\_index\_navigation\_categories\_top' append} {if count($sBreadcrumb)} <nav class="content--breadcrumb under--navigation"> <div class="container"> {block name='frontend_index_breadcrumb_inner'} {include file='frontend/index/breadcrumb.tpl'} {/block} </div> </nav> {/if} {if $Controller == 'index'} <nav class="content--service under--navigation"> <div class="container"> {block name='frontend_index_service_inner'} {include file='frontend/index/service-navigation.tpl'} {/block} </div> </nav> {/if} {/block} Und hier sind die einzelne TPL die, den Index aufbauen: Falls einer von euch mir helfen könnte, wäre ich euch sehr Dankbar! PS: es handelt sich um die Seite www.deine-shisha.net/bla