How do I add image to replace unordered list (ul) (ol)

How do I add image to replace unordered list (ul) (ol)

trying to do this

You’ll need to add custom css code to change the bullet as it’s not supported in Webflow yet:

<style>
    ul {
       list-style-image: url('sqpurple.gif');
    }
</style>

BOOOOO… thanks. I already tried that…
Let me know when u add this feature…

u guys ROCK…

Thanks! We’ll let you know!

2 year have passed.

UL’s still do not allow LI images in place of a bullet ?

What you need a different image for each LI ?

Any work arounds for this ?