How do I adjust the CSS of a progress bar?

0 favourites
  • 2 posts
From the Asset Store
Progress\Loading Bar. Now Load you game like a Professional.
  • Tried some of the terms I'd used to modify buttons and it didn't respond well at all.

    I just want to customise the colours. What terms should I be using?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I like to use CSS plugin (you can find it here on forums). Create css file and import it to Files folder in Construct project. Then in CSS plugin write file name of your css file (stylesheet.css for example).

    Now if object supports CSS styling it will have option to set it's refferencing ID (buttons and text inputs have, probably progress bar have it too).

    Let's say that you entered progressbar as ID, in CSS file you must enter

    #progressbar

    {

    parameter: value;

    }

    Try searching google for all CSS parameters and how to use them. Here, i think, that you need color, or background-color parameter to change.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)