Articles on: SDKHow 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