# Hide All tab

**URL:** https://community.elfsight.com/t/hide-all-tab/76554
**Category:** Team Showcase
**Created:** [October 18, 2024, 11:43am UTC](https://community.elfsight.com/t/hide-all-tab/76554 "2024-10-18T11:43:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [October 18, 2024, 11:43am UTC](https://community.elfsight.com/t/hide-all-tab/76554/1 "2024-10-18T11:43:07Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Team Showcase](https://elfsight.com/team-showcase-widget/) widget’s settings:

```auto
.eapp-team-showcase-tabs-active{
display: none;
}

```
