The badge is a simple SVG image that is wrapped in an iframe. We use an iFrame so that you never have to update the code again if anything changes to our logo. You can use it in your website by embedding an iFrame. Follow the instructions below to add the badge to your website.
The dark variant of a badge is best used when the background color of the website or platform where it will be displayed is light or bright in color.
<iframe src="https://montro-seller-badge.vercel.app/dark.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>
The light variant of a badge is best used when the background color of the website or platform where it will be displayed is dark or dimmed in color.
<iframe src="https://montro-seller-badge.vercel.app/light.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>
The responsive variant of a badge is best used when the background color of the website or platform where it will be displayed is unknown. For example because it has two themes: light mode and dark mode.
<iframe src="https://montro-seller-badge.vercel.app/responsive.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>