Hi David, thanks, for some reason it’s not as easy as it looks, especially since it’s hard to get rid of the disc-style.
I’ve changed it a little bit to this:
.entry-content ul.usps li {
list-style-type: none !important;
}
.entry-content ul.usps li:before {
content: url(‘https://rugzakken.net/wp-content/uploads/2022/06/ster-usp.png’) !important;
position: relative;
left: -22px;
}
The disc style (disc) is still present, but is now right behind the star. Very browser dependent, so quite tricky. Any other/better solution?? What did I miss???