# Woher kommt das Shopware-Ikon im &quot;Realisiert mit&quot; Hinweis?

**URL:** https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [3. Juli 2013 um 11:08 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154 "2013-07-03T11:08:08Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ChopSuey](https://avatars.discourse-cdn.com/v4/letter/c/d78d45/32.png) [@ChopSuey](https://forum.shopware.com/u/ChopSuey)
#### Post date: [3. Juli 2013 um 11:08 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154/1 "2013-07-03T11:08:08Z")

</div>

…und direkt noch eine Frage: Es wurde schon oft nach dem “Realisiert mit Shopware” Hinweis unten auf der Shopseite gefragt. Und wie man ihn bearbeitet habe ich dank des Forums schon rausgekriegt. \*freu Eine Kleinigkeit ist mir aber noch völlig schleierhaft: In dem Hinweis ist ja in der Mitte das Schopware-Ikon. Woher kommt das? In dem Code [code]

{s name=“IndexRealizedWith”}Realisiert von{/s} [{s name=“IndexRealizedShopsystem”}Shopware{/s}](http://www.shopware.de "{s name='IndexRealizedShopsystem'}Shopware{/s}")

[/code] ist davon nichts zu sehen??? Weiß jemand wie das dahinkommt?

---

<div class="post-metadata">

### Author: ![07alex07](https://avatars.discourse-cdn.com/v4/letter/0/b5a626/32.png) [@07alex07](https://forum.shopware.com/u/07alex07)
#### Post date: [3. Juli 2013 um 11:14 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154/2 "2013-07-03T11:14:01Z")

</div>

hier hast du es. Ist per CSS eingebunden .shopware\_footer a { }

---

<div class="post-metadata">

### Author: ![ChopSuey](https://avatars.discourse-cdn.com/v4/letter/c/d78d45/32.png) [@ChopSuey](https://forum.shopware.com/u/ChopSuey)
#### Post date: [3. Juli 2013 um 11:33 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154/3 "2013-07-03T11:33:59Z")

</div>

vielen Dank. Allerdings wird in der css Datei nur eine Farbe festgelegt. Es ist ja nur der Eintrag ` .shopware\_footer, .shopware\_footer a {color: #777} ` Also auch nichts von einem Ikon???

---

<div class="post-metadata">

### Author: ![07alex07](https://avatars.discourse-cdn.com/v4/letter/0/b5a626/32.png) [@07alex07](https://forum.shopware.com/u/07alex07)
#### Post date: [3. Juli 2013 um 11:38 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154/4 "2013-07-03T11:38:21Z")

</div>

hier ein kleiner Auszug style.css Zeile 1497 [quote].shopware\_footer a { background: url("…/images/icons/ico\_shopware.png") no-repeat scroll left center transparent; padding: 0 0 0 14px; }[/quote]

---

<div class="post-metadata">

### Author: ![ChopSuey](https://avatars.discourse-cdn.com/v4/letter/c/d78d45/32.png) [@ChopSuey](https://forum.shopware.com/u/ChopSuey)
#### Post date: [3. Juli 2013 um 11:42 UTC](https://forum.shopware.com/t/woher-kommt-das-shopware-ikon-im-quot-realisiert-mit-quot-hinweis/14154/5 "2013-07-03T11:42:27Z")

</div>

ahh, da ist der Übeltäter. Vielen Dank. (die style.css Datei hatte mir Totalcommander bei der Textsuche irgendwie gar nicht angezeigt)
