Unordered/Ordered Lists

Hi, does anybody know if unordered/ordered lists are already available in the editor?
Thx

They don’t support it yet, but you can use HTML Embed for now.

3 Likes

This is helpful, but I have a question. After inserting this code How to style ‘li’ and ‘li a’ in the css properties section?

thanks

Go to dashboard of your site and in Custom Code section add

<style>
 ul { color: red; }
</style>

etc :wink:

3 Likes