Home SDK How to remove the mint progress from the SDK?

How to remove the mint progress from the SDK?

Last updated on May 27, 2025

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>