• Resolved isgn

    (@isgn)


    Is there a way to change the progress bar colour from the default blue I am getting?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support David G

    (@gravid7)

    Hi @isgn ,

    This kind of Setting isn’t available in the plugin. But you can apply custom CSS.

    progress {
        border: 0px;
    }
    
    progress::-webkit-progress-value {
        background: #eebe6a;
    }

    Plugin Support David G

    (@gravid7)

    Hi @isgn

    I haven’t heard back from you, so I believe the issue has been resolved. I’m marking this topic complete, please feel free to open a new topic for any further queries.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Progress Bar Colour for Crowdfunding Progress Bars’ is closed to new replies.