# Service/Hilfe ausblenden (Shopware 5.7.2)

**URL:** https://forum.shopware.com/t/service-hilfe-ausblenden-shopware-5-7-2/89727
**Category:** Shopware 5
**Created:** [12. August 2021 um 13:12 UTC](https://forum.shopware.com/t/service-hilfe-ausblenden-shopware-5-7-2/89727 "2021-08-12T13:12:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![muroshi](https://avatars.discourse-cdn.com/v4/letter/m/4da419/32.png) [@muroshi](https://forum.shopware.com/u/muroshi)
#### Post date: [12. August 2021 um 13:12 UTC](https://forum.shopware.com/t/service-hilfe-ausblenden-shopware-5-7-2/89727/1 "2021-08-12T13:12:08Z")

</div>

Hi, ich möchte diese unnütze Box gänzlich ausblenden:

![servicebox](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/3/3e4ce1f6fb85a023ca95ec9c667650710f7f0371.png)

In einem Thread empfiehlt jemand:  
füge das hier in deine CSS ein: `.my\_options .service { display: none !important; }`

In welche CSS? Gibt es in der letzten Version mittlerweile eine Alternative?

---

<div class="post-metadata">

### Author: ![TobiasKassner](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/tobiaskassner/32/21642_2.png) [@TobiasKassner](https://forum.shopware.com/u/TobiasKassner)
#### Post date: [13. August 2021 um 05:38 UTC](https://forum.shopware.com/t/service-hilfe-ausblenden-shopware-5-7-2/89727/2 "2021-08-13T05:38:13Z")

</div>

Du kannst in Deinem Theme den Service/Hilfe Button entfernen, indem Sie unter **/themes/Frontend/(IhrTheme)/frontend/index** die Datei **topbar-navigation.tpl** erstellst und folgenden Inhalt abspeicherst:

```auto
{block name="frontend_index_checkout_actions_service_menu"}
{* Service / Hilfe ausblenden *}
{/block}

```

Danach muss das Theme neu kompiliert werden und anschließend ist die Änderung im Frontend sichtbar.

Gruß  
Tobi

---

<div class="post-metadata">

### Author: ![muroshi](https://avatars.discourse-cdn.com/v4/letter/m/4da419/32.png) [@muroshi](https://forum.shopware.com/u/muroshi)
#### Post date: [13. August 2021 um 19:24 UTC](https://forum.shopware.com/t/service-hilfe-ausblenden-shopware-5-7-2/89727/3 "2021-08-13T19:24:40Z")

</div>

Vielen Dank. Hat bestens geklappt.
