Search Gravity Forms Styler for Divi Documentation
Search for answers or browse our knowledge base.
How can change the color of the progress bar in Gravity Forms using Divi?
To change the color of the progress bar in Gravity Forms, follow these steps:
- Go to your WordPress dashboard and navigate to Divi > Theme Options.
- Scroll down to the Custom CSS section.
- Add the following CSS code:
.gform-theme--framework .gf_progressbar .percentbar_blue {
background-color: #000000 !important;
}
Replace #000000
with the desired color code.