Thanks for getting back to me.
I've tried modifying the CSS but whenever I save the changes aren't applied despite the /templates folder having full read and write permissions (777)
This is the piece of code I added to the template.css of my custom template from one of the other templates so I could modify the look of the progress bar. I don't know if I'm on the right track?
/************** Progress bar ********************/
#progress-wrapper .ui-widget-content {
border: 1px solid #FFFFFF;
}
#progress-wrapper .ui-widget-header {
background-color: #EFE5CA;
border: 1px solid #999999;
}
To be honest, all I want to do is remove the 'You have completed 50% of this survey' part. Can anyone help?
Thanks