# Hide back button label

**URL:** https://community.glideapps.com/t/hide-back-button-label/31965
**Category:** Ask for Help
**Created:** [September 18, 2021, 1:23pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965 "2021-09-18T13:23:22Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Deborahlevyben](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/deborahlevyben/32/24085_2.png) [@Deborahlevyben](https://community.glideapps.com/u/Deborahlevyben)
#### Post date: [September 18, 2021, 1:23pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/1 "2021-09-18T13:23:22Z")

</div>

Hi everyone! Is it possible to hide the label “back” next to the back button on the top left of the screen?

Thanks a lot!

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 18, 2021, 1:39pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/2 "2021-09-18T13:39:59Z")

</div>

```auto
<pre><span><style> 
[data-test="back-button"]
{ display: none }

```

Be aware though, that this won’t prevent users from swiping to go back, or using the system back button on Android. So you need to take that behaviour into account.

---

<div class="post-metadata">

### Author: ![Deborahlevyben](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/deborahlevyben/32/24085_2.png) [@Deborahlevyben](https://community.glideapps.com/u/Deborahlevyben)
#### Post date: [September 18, 2021, 4:35pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/3 "2021-09-18T16:35:06Z")

</div>

Hi @Darren_Murphy thanks a lot for this!  
I actually just wanted to remove the label but not the icon. So users can still use the back feature, but from a UI perspective it is more appealing (leaving only the icon and not the label) 🙂

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 18, 2021, 4:51pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/4 "2021-09-18T16:51:52Z")

</div>

Oh, I see - sorry I misread.  
hmm, I’m not sure if that is possible. I’d have to defer to one of the CSS experts - @Manu.n or @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: [September 18, 2021, 11:39pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/5 "2021-09-18T23:39:57Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/6/b6183c6278449bf5b37c7c00914a87395fa86143.jpeg)

Please try this.

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

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

```

---

<div class="post-metadata">

### Author: ![Deborahlevyben](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/deborahlevyben/32/24085_2.png) [@Deborahlevyben](https://community.glideapps.com/u/Deborahlevyben)
#### Post date: [September 19, 2021, 5:52am UTC](https://community.glideapps.com/t/hide-back-button-label/31965/6 "2021-09-19T05:52:12Z")

</div>

Guys you are amazing !!! Thanks a lot it works perfectly well !! 🙂 Thanks for your help and time @Darren_Murphy and @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: [September 19, 2021, 8:56am UTC](https://community.glideapps.com/t/hide-back-button-label/31965/7 "2021-09-19T08:56:15Z")

</div>

My pleasure to help. Don’t hesitate to send more questions our way if you get stuck with something.

---

<div class="post-metadata">

### Author: ![Keith\_Chikumbirike](https://avatars.discourse-cdn.com/v4/letter/k/5daacb/32.png) [@Keith\_Chikumbirike](https://community.glideapps.com/u/Keith_Chikumbirike)
#### Post date: [June 17, 2022, 9:22am UTC](https://community.glideapps.com/t/hide-back-button-label/31965/8 "2022-06-17T09:22:42Z")

</div>

is it possible to also hide the “done” button?

I tried this and didn’t work ;

```
[data-test="done-button"] \>div { display: none; }
```

---

<div class="post-metadata">

### Author: ![Dilon\_Perera](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilon_perera/32/85652_2.png) [@Dilon\_Perera](https://community.glideapps.com/u/Dilon_Perera)
#### Post date: [June 17, 2022, 1:24pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/9 "2022-06-17T13:24:16Z")

</div>

In the Edit screen?

Try this :

```auto
<pre><span><style> 
[data-test="nav-button-Done"]
{ display: none }

```

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/c/ac5b5076406ac61b9a41f7e4984c47b4e23453ae.png)

But then I think you can’t save the values ( tried with the set columns values action but not working ) and needed a custom edit screen with the Show new 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: [June 17, 2022, 1:29pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/10 "2022-06-17T13:29:18Z")

</div>

> [@Dilon\_Perera](#):
>
> But then I think you can’t save the values ( tried with the set columns values action but not working ) and needed a custom edit screen with the Show new screen.

Yes, I think it’s odd to hide a “Done” button, but maybe he has a specific use case.

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:49pm UTC](https://community.glideapps.com/t/hide-back-button-label/31965/11 "2024-01-17T16:49:27Z")

</div>


