Appearance
Custom login page
We saw that Garnet Marketplace automatically creates a page for vendor login. We will understand here the details of the page in case you need to customise it.

Registration iframe
You can use the following HTML code to generate the registration form. The design is managed by Garnet.
html
<iframe
class="garnet"
src="https://your-store.garnet.center/app/login/signin"
style="overflow: hidden; height: 350px; width: 100%; border: 0;"
>
</iframe>
<style>
iframe.garnet:focus-visible { outline: none; box-shadow: none; }
</style>HTML Form login
Alternatively, you can use simple HTML forms to create your own custom login and password recovery UI. See Custom authentication for the code snippets.