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 customize it.
Registration iframe
You can use the following HTML code to generate the registraiton form:
html
<iframe
class="garnet"
src="https://garnet.center/app/login/signin"
style="overflow: hidden; height: 1000px; width: 100%; border: 0;"
>
</iframe>
<style>
iframe.garnet:focus-visible { outline: none; box-shadow: none; }
</style>