Custom HTML Code

The page builder is very flexible and is not restricted to just adding components. You can actually add anything on your page with a little knowledge of HTML. This is where the HTML content editor comes in.  Any code you add will still inherit all the classes you use and the core styles of your project.

To add custom HTML code, on the component sidebar click on the Add Custom Code button.

You can also change the code editor’s style by changing the theme. There are a couple of themes that mimic the style your favorite text editor.

When using the Code View function, make sure open tags have their corresponding closing tags for it to be parsed correctly.

You can add almost any tag with the exception of script tag to prevent script conflict with the page builder. If you want to add javascript please insert them using the Additional CSS/JS section.