Forums

Change Style of Progess Bar in V5

jax_pls 03 Oct, 2015
How can I change the style of the progress bar? I would like to update the color.
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
jax_pls 04 Oct, 2015
Worked perfect, thanks.
This topic is locked and no more replies can be posted.