# Get rid of the "\< Back" button in New Detail Screen

**URL:** https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392
**Category:** Ask for Help
**Created:** [August 21, 2022, 7:13pm UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392 "2022-08-21T19:13:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Michael\_Zaps](https://avatars.discourse-cdn.com/v4/letter/m/c5a1d2/32.png) [@Michael\_Zaps](https://community.glideapps.com/u/Michael_Zaps)
#### Post date: [August 21, 2022, 7:13pm UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392/1 "2022-08-21T19:13:26Z")

</div>

Anyway I can get rid of the “\< Back” button that automatically develops with a New Detail Screen?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 22, 2022, 12:21am UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392/2 "2022-08-22T00:21:25Z")

</div>

Please use this code in a rich text component.

```auto
<pre><span><style>

[data-test="back-button"] {
display: none;
}

</style></span></pre>

```

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/b/0b8b0eae592db6e47b4651f3c55fc84b0d28d400.png)

---

<div class="post-metadata">

### Author: ![Michael\_Zaps](https://avatars.discourse-cdn.com/v4/letter/m/c5a1d2/32.png) [@Michael\_Zaps](https://community.glideapps.com/u/Michael_Zaps)
#### Post date: [August 22, 2022, 12:48am UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392/3 "2022-08-22T00:48:01Z")

</div>

Awesome, thanks @ThinhDinh!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 22, 2022, 11:50pm UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392/4 "2022-08-22T23:50:52Z")

</div>

You can find more resources here, including CSS!

> **[Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.](https://www.notion.so/glidecommunity/Glide-Community-Resources-8f4cef535db147db83f49f088a47407e)**
>
> A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [August 23, 2022, 11:51pm UTC](https://community.glideapps.com/t/get-rid-of-the-back-button-in-new-detail-screen/47392/5 "2022-08-23T23:51:02Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
