CSS: Ul list-style-image
Hello,
I'd like to replace the regular li bullets with images, but can't get it done.
why does this not work?
ul {
list-style-image: url('http://www.abbe-interim.nl/new/wp-content/uploads/2015/02/abbe-interim-solutions-arrow-right.png');
}
I put this in the custom CSS box, but nothing happens. Just see the regular bullets.
Comments
please try below css instead: