Okay
  Public Ticket #3183920
Change the Progress Bar Background Color
Closed

Comments

  •  48
    Ben started the conversation

    Hey! I am trying to put the Progress Bar Element on a dark background but it doesn't show up very well. Wondering if there is a CSS snippet that would allow me to change the background of the progress bar. (Image Below)

    Thank you!

    8419105365.png
  •  1,877
    Judith replied

    Hi Ben,

    Thanks for choosing Salient.

    Please try this css:

    .nectar-progress-bar, .wpb_wrapper > .nectar-progress-bar {
        background: grey;
    }

    Thanks.

  •  48
    Ben replied

    Thank you!