Change Style of Progess Bar in V5

Change the style of a progress bar in ChronoForms V5.

Overview

The default styling of the progress bar needs to be updated, for example, to change its color.
Add a Load CSS action before the HTML (Render form) action to apply custom CSS rules that override the default progress bar styles.

Answered
ja jax_pls 03 Oct, 2015
How can I change the style of the progress bar? I would like to update the color.
Gr GreyHead 04 Oct, 2015
Answer
Hi jax_pls,

This appears to work in a Load CSS action before the HTML (Render form) action
.gbs3 .progress-bar {
  background-image: linear-gradient(to bottom, #444 0, #fff 100%) !important;
}

Bob
This topic is locked and no more replies can be posted.