# Alt Tag des Shop Logos

**URL:** https://forum.shopware.com/t/alt-tag-des-shop-logos/37652
**Category:** Themes & Design
**Created:** [23. Juni 2016 um 08:35 UTC](https://forum.shopware.com/t/alt-tag-des-shop-logos/37652 "2016-06-23T08:35:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DAHde](https://avatars.discourse-cdn.com/v4/letter/d/a698b9/32.png) [@DAHde](https://forum.shopware.com/u/DAHde)
#### Post date: [23. Juni 2016 um 08:35 UTC](https://forum.shopware.com/t/alt-tag-des-shop-logos/37652/1 "2016-06-23T08:35:48Z")

</div>

Sehr geehrte Damen und Herren,

&nbsp;

ich würde gerne das Alt-Tag des Shop-Logos modifiziere, finde aber die entsprechende Stelle nicht. Kann mir da jemand helfen?

&nbsp;

MfG

---

<div class="post-metadata">

### Author: ![Philipp\_Schuch](https://avatars.discourse-cdn.com/v4/letter/p/8797f3/32.png) [@Philipp\_Schuch](https://forum.shopware.com/u/Philipp_Schuch)
#### Post date: [23. Juni 2016 um 13:52 UTC](https://forum.shopware.com/t/alt-tag-des-shop-logos/37652/2 "2016-06-23T13:52:07Z")

</div>

Hey,

das Logo findest Du in der Template Vererbung unter:  
**frontend/index/logo-container.tpl**

In dem Block:  
**frontend\_index\_logo**

Im Standard wird hier der Shop-Name gesetzt:

```
 alt="{"{config name=shopName}"|escapeHtml} - {"{s name='IndexLinkDefault' namespace="frontend/index/index"}{/s}"|escape}"

```

&nbsp;

Sonnige Grüße,  
Phil
