# Remove text from Progress Bar \[RESOLVED\]

**URL:** https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371
**Category:** Get Help
**Tags:** css, gform\_progress\_bar
**Created:** [April 29, 2024, 1:37pm UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371 "2024-04-29T13:37:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![user5d946cb97251d498](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/user5d946cb97251d498/32/1056_2.png) [@user5d946cb97251d498](https://community.gravityforms.com/u/user5d946cb97251d498)
#### Post date: [April 29, 2024, 1:37pm UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371/1 "2024-04-29T13:37:35Z")

</div>

Hello, looking for some help please. I want to keep the progress bar, but remove the text (step 1 etc). Put the following into the appearance, customise etc and it doesn’t have any effect, hoping for some assistance please:  
.gform\_wrapper.gravity-theme .gf\_progressbar\_title {  
display: none;  
}

---

<div class="post-metadata">

### Author: ![faisalahammad](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/faisalahammad/32/13948_2.png) [@faisalahammad](https://community.gravityforms.com/u/faisalahammad)
#### Post date: [April 29, 2024, 10:23pm UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371/2 "2024-04-29T22:23:09Z")

</div>

Hi Steve,

To remove the progress bar text, try the following CSS code in the child theme’s `style.css` file or in `Appearance → Customize → Additional CSS`.

```auto
form .gf_progressbar_wrapper .gf_progressbar_title {
  display: none !important;
}

```

 ![CleanShot 2024-04-30 at 04.22.44@2x](https://us1.discourse-cdn.com/flex020/uploads/gravityforms1/original/2X/b/b67c6a27b506fb4efcede8683d0753cf251ac021.jpeg)

Give it a try, and let me know how that goes! 😄

---

<div class="post-metadata">

### Author: ![user5d946cb97251d498](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/user5d946cb97251d498/32/1056_2.png) [@user5d946cb97251d498](https://community.gravityforms.com/u/user5d946cb97251d498)
#### Post date: [April 30, 2024, 10:05am UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371/3 "2024-04-30T10:05:42Z")

</div>

Thank you very much Faisal, much appreciated.

---

<div class="post-metadata">

### Author: ![faisalahammad](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/faisalahammad/32/13948_2.png) [@faisalahammad](https://community.gravityforms.com/u/faisalahammad)
#### Post date: [April 30, 2024, 10:29am UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371/4 "2024-04-30T10:29:34Z")

</div>

You’re welcome, Steve.

![](https://us1.discourse-cdn.com/flex020/uploads/gravityforms1/original/2X/c/c5cb4840d730763faefce044a072c4f248cac3dc.gif)

---

<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: [May 1, 2024, 10:30am UTC](https://community.gravityforms.com/t/remove-text-from-progress-bar-resolved/17371/5 "2024-05-01T10:30:20Z")

</div>

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