Skip to main content

CSS Editor

All plans Last reviewed

The CSS Editor allows you to enter custom CSS code to control and customize the appearance of your campaign.

Getting there

  1. Open a campaign in the Campaign Builder.

  2. Open the Style Panel.

  3. Click CSS in the upper-right corner of the Style Panel.

The top of the Style Panel with the CSS link, in the upper right corner, circled in green.

About the CSS Editor

The CSS Editor includes a text area where you can type or paste your CSS code. It also provides tools to help streamline the process:

Buttons in the CSS Editor

Undo/Redo: Reverse or reapply recent changes.

Choose Image: Opens the Media Selector.

  • Select an existing image or upload a new one.

  • After selecting an image, click Select to close the Media Selector, and its URL will automatically be inserted into the CSS Editor.

Validate: Uses the W3 CSS Validator to check your CSS for syntax errors.

  • This is useful for catching missing elements, like unclosed curly braces.

Note: The validator does not check for semantic issues (e.g., choosing the wrong color).

Save: Save your CSS changes to apply them to the campaign.

Campaign preview

As you type custom CSS in the editor, the campaign preview in the Builder updates in real-time, allowing you to see your changes immediately. This is particularly useful for adjustments like absolute positioning.

Important: Styling changes made using the CSS Editor will override any changes made in the Style Panel.

How to Use the Style Panel (Video)

Theme Selector (Help Doc)

Was this helpful?