Hostinger AI Builder: How to create a list of bullet points or numbers in manual mode

Create bulleted or numbered lists using text elements in Hostinger AI Builder manual mode.

Updated 1 month ago

With Hostinger AI Builder manual mode, you can easily create bulleted or numbered lists using text elements.

Create a list

  1. Click on a text element and select Edit text.
  2. Click on the List icon in the toolbar.
  3. Choose if you want bullet points or a numbered list:
Hostinger Website Builder text toolbar with List button highlighted, showing bullets and numbered list options

And that’s it!

Replace bullet points with another symbol

If you wish to use other symbols than bullet points for a list, copy this code:

<style>
    .text-box ul {
        list-style-type: '✓';
    }
</style>

Replace the with your preferred symbol.

Finally, go to your website’s More … (Settings) → Integrations, and paste the code in the Custom code field. Then, save the changes and update your website.

After updating the site, the change will be visible in the preview and online (not within the editor).