Hi Josh,
Is it possible to change the colour of a progress bar?
I'm working on an experiment that has two progress bars. One to show the block time and another show how participants how much money they've earned. Ideally, I want these to be different colours, blue for the timer and red for the money earned. No matter what I try, I can only get the money bar green with a grey background.
E.g.<style> #srt-score progress {background-color: #ff0000 !important; width: 1000px; } </style>
What would you advise to change a given progress bar colour?
Thanks for your help - loving jsPsych
Sam