Use image instead of Bullet

Hi. Looking to override the CSS for UL bullet list. I’m trying this code in the header but it’s not working. Ideas to get an image to replace the disc bullet. thanks.

ul { list-style-image: url('http://www.mysite.com/img/chevron.png' !important); }

I believe it should be:

<style>
ul li { list-style-image: url('http://www.mysite.com/img/chevron.png') }
</style>

Add this to the before </body> section in Custom Code in Dashboard :slight_smile:

1 Like

Thanks, but it doesn’t seem to work. I still have the default disc.

Well, Seems like it does after all. Not sure why there was a lag…anyway. Thank you.

1 Like