# Hide Mobile Back button

**URL:** https://community.glideapps.com/t/hide-mobile-back-button/61771
**Category:** Ask for Help
**Created:** [May 15, 2023, 10:25am UTC](https://community.glideapps.com/t/hide-mobile-back-button/61771 "2023-05-15T10:25:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Erwin\_Potgieter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwin_potgieter/32/53023_2.png) [@Erwin\_Potgieter](https://community.glideapps.com/u/Erwin_Potgieter)
#### Post date: [May 15, 2023, 10:25am UTC](https://community.glideapps.com/t/hide-mobile-back-button/61771/1 "2023-05-15T10:25:04Z")

</div>

I’m on Glide Pro and using Pages. Does anyone know how I can hide this back button for mobile navigation?

I am using Deep links and don’t want to confuse users with this random back button. On Desktop I can just hide the breadcrumbs, but on mobile it keeps showing the back button.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/3/53432db34f6eab570bb2ef023ca7f47a6d8ae5d4.jpeg)

---

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [May 23, 2023, 1:08am UTC](https://community.glideapps.com/t/hide-mobile-back-button/61771/2 "2023-05-23T01:08:12Z")

</div>

Requires CSS on Biz Plan. Might be something like:

[data-testid=“menu-left-button”] {  
display: none;  
}

---

<div class="post-metadata">

### Author: ![metamads](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/metamads/32/61990_2.png) [@metamads](https://community.glideapps.com/u/metamads)
#### Post date: [August 29, 2023, 11:03am UTC](https://community.glideapps.com/t/hide-mobile-back-button/61771/3 "2023-08-29T11:03:45Z")

</div>

Hi Erwin,

Were you able to get this working? Looking to do the same with our app.

Thank you!

---

<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 30, 2023, 12:54am UTC](https://community.glideapps.com/t/hide-mobile-back-button/61771/4 "2023-08-30T00:54:35Z")

</div>

Even if you are able to hide it, which should be available on Business & Enterprise, you would still face the problem that users can swipe left to “go back”. That’s a native action which you have no control on, so I would suggest configuring your component visibilities accordingly, instead of trying to hide the button.
