After you have embedded your Marketing 360® form on your website, you can change the form's colors. By default, your form colors will pull from the form styling in the Form Design tab.
While you can change your website's appearance within the Design Panel to help make your form stand out, you can also easily change your form's appearance within your Marketing 360® dashboard so that you don't have to alter your website's theme or appearance.
These changes will occur within the Design section of your Form. You can change your form’s background, label, button text, and button colors in this section.
Note: By default, the colors in the Design section will pull from your Brand Profile. To make branded form creation easier, make sure to fill out the Assets section of your brand profile with your brand colors and fonts.
Change the Field Description Sub-Label Color
Some form design elements will require custom CSS. If you need to change the color of the sub-labels that are used for field descriptions on your form, use the code below:
/* Label Description Color */
.text-muted { color: #ffffff !important; /* use to change the description color */
}
You will enter your desired color hex code to the right of "color": Be sure to leave the !important tag there to overwrite the default color.
Additional Design Changes
You can also change the colors and style of the buttons, controls, layout, and other elements of your form. Check out this article to see a full list of available CSS templates that you can add to your form.
Comments
0 comments
Article is closed for comments.