Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jazzs3quence

    (@jazzs3quence)

    Hi Sam —

    You have a couple options. The “option” shortcode parameter really just adds a CSS class to the progress bar. You could potentially add an “option” called “empty” and then add a CSS style in your stylesheet that made the progress bar text in an “empty” progress bar black. That’s one idea.

    The other idea I have would be to change the color of the background. That’s up to you, I think the progress bars look nice the way they are, but I agree that the white text on the light background is a problem.

    You could also adjust the text shadow on the progress bar text. For example, this is what your bars would look like with the text shadow adjusted slightly: https://cloudup.com/cAuG33I0UY1

    .vc_progress_bar .vc_single_bar.bar_green .vc_label {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    All that said, I looked at the source code of your site and I don’t see my progress bar plugin anywhere in the code, so this might be totally unrelated to the Progress Bar plugin that this is a forum for and, in fact, something built into your theme that you could contact your theme developer about.

    Thread Starter Jetjouster

    (@jetjouster)

    Well, don’t know what to say, but thanks.

    I completely missed that your plugin wasn’t the one that was in my theme. But seeing what type of person you are by helping me anyway, I’ve downloaded your plugin to use instead and have PP’d you something for your trouble.

    Thank you very much for taking the time to help me. It was most appreciated.

    -sam

    Plugin Author jazzs3quence

    (@jazzs3quence)

    I appreciate the support! I hope my comments were helpful and if you do end up using my plugin and have questions, feel free to ask!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the color of the text in the bar’ is closed to new replies.