# Hide Progress Bar Steps and %

**URL:** https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921
**Category:** Get Help
**Tags:** multi-page, css, gform\_progress\_bar, progress-bar
**Created:** [February 15, 2022, 10:12pm UTC](https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921 "2022-02-15T22:12:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![semmaxmarketing](https://avatars.discourse-cdn.com/v4/letter/s/f17d59/32.png) [@semmaxmarketing](https://community.gravityforms.com/u/semmaxmarketing)
#### Post date: [February 15, 2022, 10:12pm UTC](https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921/1 "2022-02-15T22:12:06Z")

</div>

I’m looking to hide the progress bar’s **Steps x of x** and the percentage ( **x%** ) in the progress bar. Is this possible?

---

<div class="post-metadata">

### Author: ![user5c0166073a6c48.6](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/user5c0166073a6c48.6/32/17391_2.png) [@user5c0166073a6c48.6](https://community.gravityforms.com/u/user5c0166073a6c48.6)
#### Post date: [February 16, 2022, 3:31am UTC](https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921/2 "2022-02-16T03:31:37Z")

</div>

To hide steps text add CSS below

```auto
.gform_wrapper.gravity-theme .gf_progressbar_title {
    display: none;
}

```

To hide % add CSS below

```auto
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: none;
}

```

---

<div class="post-metadata">

### Author: ![semmaxmarketing](https://avatars.discourse-cdn.com/v4/letter/s/f17d59/32.png) [@semmaxmarketing](https://community.gravityforms.com/u/semmaxmarketing)
#### Post date: [February 17, 2022, 6:13pm UTC](https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921/3 "2022-02-17T18:13:03Z")

</div>

Thank you Derek.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/gravityforms1/original/2X/f/fef63f0599c45e0218c30d9f5d7ca8bff9b00189.png) [@system](https://community.gravityforms.com/u/system)
#### Post date: [March 19, 2022, 6:13pm UTC](https://community.gravityforms.com/t/hide-progress-bar-steps-and/11921/4 "2022-03-19T18:13:36Z")

</div>

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