Skip to main content
All CollectionsManaging Your BrandCustom CSS/HTML
Customizing experiences with HTML

Customizing experiences with HTML

This article provides a guide to adding and modifying custom HTML within your Experiences by Jebbit.

Updated this week

Before you begin

  • Familiarize yourself with basic HTML principles before making modifications to your experiences.


Add and Modify HTML

You can access and modify the HTML of certain text elements within the Jebbit builder.

  1. Select a text element in the builder.

  2. Click the “</>” icon (code view) that appears for the selected element. This will open an editor window displaying the HTML of that specific text element.

  3. Within this editor, you can directly modify the HTML by adding or editing tags and attributes. For example, you can add a <br> tag for a line break.

  4. You can also add custom classes to HTML elements within this view. This allows you to target these elements specifically when writing custom CSS.

  5. Click outside the editor or confirm your changes to apply the modified HTML to the text element.


Next Steps

After adding or modifying your custom HTML:

  • Preview your Jebbit experience to ensure the changes are displayed as expected.

  • Test your experience on different devices and screen sizes to verify responsiveness.

  • Iterate on your code as needed to achieve the desired look and functionality.

  • For information on styling your experiences with CSS, review ‘Customizing experiences with CSS’.

Did this answer your question?