Montro Verified Seller Badge

Adding the badge to your site

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.

  1. Choose a badge below and copy the code.
  2. Open your website editor.
  3. Locate the place where you want to add the badge.
  4. Paste the iframe code into the code.
  5. Adjust the iframe size and position (optional).
  6. Save and publish.

Dark

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.

Code

<iframe src="https://montro-seller-badge.vercel.app/dark.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>

Preview

Light

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.

Code

<iframe src="https://montro-seller-badge.vercel.app/light.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>

Preview

Responsive

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.

Code

<iframe src="https://montro-seller-badge.vercel.app/responsive.html" width="142" height="60" frameborder="0" scrolling="no" ></iframe>

Preview