Hide spinning progress indicator to left of menu

1
How can I hide the spinning progress indicator that briefly shows when you click on a menu link. Ideally id like to just hide this with CSS.
asked
1 answers
5
    .MxClient_loader{ display:none};

This should do the trick for you.

If not you can remove it from the html of the index page.

answered