• Hi everyone, I’m looking to remove the Fastspring loading wheel that appears – it seems to appear as soon as a new page is opened? Has anyone had any success in removing this? It detracts from the browsing experience. Thanks!

Viewing 1 replies (of 1 total)
  • The spinner is there to prevent user interaction until the Store Builder Library is loaded.

    You can add your own CSS to hide it completely though.

    i.e.

    #fastspring_spinner {
    display: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Fastspring Loading Wheel’ is closed to new replies.