@rbeer said:
You are referring to the one up top, thats rushing from left to right, when clicking links, correct?
#nprogress .bar { background: #29d; position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 2px }
That would beI think this is what's being used here:
NProgress: slim progress bars in JavaScript
This did the trick, thanks very much!