Search Gravity Forms Styler for Divi Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

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:

  1. Go to your WordPress dashboard and navigate to Divi > Theme Options.
  2. Scroll down to the Custom CSS section.
  3. Add the following CSS code:
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #000000 !important;
}

Replace #000000 with the desired color code.