Pick the right colors
You have two reliable ways to find the exact colors your site uses:- Use a color-picker browser extension like Eye Dropper. Open your website, click the extension, and hover over the element whose color you want. You’ll get the exact HEX value.
- Check your brand book. If your company has documented brand colors, use the HEX values listed there.
Use your website’s font
To make the form’s text match your site, copy the exactfont-family value from your website and paste it into the form’s font settings.
1
Inspect a text element on your website
Right-click a text block on your website and choose Inspect (in Safari, choose Inspect Element). The browser developer tools will open with that element selected.
2
Find the font-family value
In the Styles panel, locate the
font-family property for the element. Copy the entire value, including every fallback font and any quotation marks.For example: "Helvetica Neue", Helvetica, Arial, sans-serif3
Open the form in the editor
Go to the form you want to update and click Edit.
4
Enable custom fonts
In Fonts: general settings, turn on Use custom font.
5
Paste the font-family value
Paste the value you copied into the custom font field and save.
The custom font may not render correctly inside the Maestra editor preview — the editor doesn’t always have access to fonts hosted on your domain. To see the real result, open the form’s test link on your website. The font will render correctly there because the browser pulls it from the same source your site does.