Articles on: SDK

How to remove the mint progress from the SDK?

To remove the mint progress (ex: 10/1000) from your website, copy and paste the code below in your HTML page.

<style>
        .nft-art-gen-mint-progress {
          display: none;
        }
</style>

Updated on: 14/04/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!