All Collections
Website Builder
Design
Website Builder: How to Create a List of Bullet Points or Numbers
Website Builder: How to Create a List of Bullet Points or Numbers

Learn how to add bullet points or create a numbered list using Hostinger Website Builder

Updated over a week ago

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

Click on a text element and select Edit text. Then, click on the List icon in the toolbar, and choose if you want bullet points or a numbered list:

Text editing tools in Hostinger Website Builder

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 SettingsIntegrations, 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).

Did this answer your question?