Styling your Web Form
If you include a DailyStory Web Form in a Landing Page or embedded in your website, you may want to add custom CSS to style your form.
The table below provides some guidance on the CSS classes supported:
Custom CSS Classes
Class | Description |
ds-form-layout | A <div> that wraps the entire contents of the form. |
form-element | A <div> that wraps each element in the form. |
ds-cta-button | Added the submit <button> . |
The form additionally uses Bootstrap class names, such as form-control
for styling form elements.