Is it possible to turn off the white progress bar at the top?

As the title states, I’m curious if its possible to disable (delete) the white progress bar at the top of the screen that advances as you go through your reviews. Thanks.

1 Like

i’m afraid not, but i’m commenting so hopefully this comment gets seen by someone who does.

put this in a Stylus (firefox/chrome) stylesheet

.quiz-progress
{
    display: none;
}
1 Like

Thanks a lot for this.

1 Like